summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-02-01 01:07:55 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-02-01 01:07:55 (GMT)
commit9d217a94e5745b3c620b94b8d9a4abb1100c514b (patch)
tree7cb1e1cb597ce52fefb2c77d31c942eacee54f45 /Source
parent39eba4ce112cd5fe89c7d9d71647ef7faef5fe3d (diff)
downloadCMake-9d217a94e5745b3c620b94b8d9a4abb1100c514b.zip
CMake-9d217a94e5745b3c620b94b8d9a4abb1100c514b.tar.gz
CMake-9d217a94e5745b3c620b94b8d9a4abb1100c514b.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 63c4634..298ab06 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-31 01:14:19 +0000";
+ std::string cver = "Date: 2007-02-01 01:07:55 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;