summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-10-20 03:03:58 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-10-20 03:03:58 (GMT)
commitb6826affe8ac4c699dccbd092292ac9c4a870c67 (patch)
tree3c791fbde7e0127977095c039ba1e4154b68923d /Source/cmVersion.cxx
parent613c35e033ce8d2ae2c1c8e12af775e277039f67 (diff)
downloadCMake-b6826affe8ac4c699dccbd092292ac9c4a870c67.zip
CMake-b6826affe8ac4c699dccbd092292ac9c4a870c67.tar.gz
CMake-b6826affe8ac4c699dccbd092292ac9c4a870c67.tar.bz2
STYLE: Nightly Version update
Diffstat (limited to 'Source/cmVersion.cxx')
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index 368d727..d5a1293 100644
--- a/Source/cmVersion.cxx
+++ b/Source/cmVersion.cxx
@@ -19,7 +19,7 @@
std::string cmVersion::GetReleaseVersion()
{
#if CMake_VERSION_MINOR & 1
- std::string cver = "Date: 2007-10-19 02:59:57 +0000";
+ std::string cver = "Date: 2007-10-20 03:03:58 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;