summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-02-11 03:23:31 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-02-11 03:23:31 (GMT)
commit39e3838db00e0486d2dfc06853610ad82bdee7f4 (patch)
treebd7e8e72b1b4130a858a94ff30bbe892cc8710fb /Source
parentcfc38fc47d9445f767d2d66bca1f7c2ee64439b4 (diff)
downloadCMake-39e3838db00e0486d2dfc06853610ad82bdee7f4.zip
CMake-39e3838db00e0486d2dfc06853610ad82bdee7f4.tar.gz
CMake-39e3838db00e0486d2dfc06853610ad82bdee7f4.tar.bz2
STYLE: Nightly Version update
Diffstat (limited to 'Source')
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index 3888205..c11998f 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-02-10 03:14:15 +0000";
+ std::string cver = "Date: 2007-02-11 03:23:31 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;