summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-01-28 01:09:10 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-01-28 01:09:10 (GMT)
commitb5cc76543fbadbe6b4712647b578b31c3b2c4f3d (patch)
tree1522a0aa9dee036dc2b62d58deea2dddf16cb71b /Source
parent9c3fb107a8a66fdd1bfdd7f763ff8cb8a7114d63 (diff)
downloadCMake-b5cc76543fbadbe6b4712647b578b31c3b2c4f3d.zip
CMake-b5cc76543fbadbe6b4712647b578b31c3b2c4f3d.tar.gz
CMake-b5cc76543fbadbe6b4712647b578b31c3b2c4f3d.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 baf6471..64313ff 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-01-27 01:14:42 +0000";
+ std::string cver = "Date: 2007-01-28 01:09:10 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;