summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-12-21 09:12:01 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-12-21 09:12:01 (GMT)
commit87f5f6e2390c6f3a99ae20c9aeb4cb685e4e9c60 (patch)
tree7ebf4d2a249dd7d77e638be4b33df36ce3f1ba31 /Source
parent34cf1b1265aad34da166b70d7a9b9d0c60d2e904 (diff)
downloadCMake-87f5f6e2390c6f3a99ae20c9aeb4cb685e4e9c60.zip
CMake-87f5f6e2390c6f3a99ae20c9aeb4cb685e4e9c60.tar.gz
CMake-87f5f6e2390c6f3a99ae20c9aeb4cb685e4e9c60.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 e4cb0fd..f6c1ec2 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: 2006-12-20 08:28:32 +0000";
+ std::string cver = "Date: 2006-12-21 09:12:01 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;