summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-12-10 08:19:49 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-12-10 08:19:49 (GMT)
commitcadac9f0e51479ef4730b2c8a029ecef6dada4c7 (patch)
tree81aaa155f2f504aa42123ec286355989dbe66a75 /Source
parentff6146334cbfcc5599e97cc864115bb15e93db11 (diff)
downloadCMake-cadac9f0e51479ef4730b2c8a029ecef6dada4c7.zip
CMake-cadac9f0e51479ef4730b2c8a029ecef6dada4c7.tar.gz
CMake-cadac9f0e51479ef4730b2c8a029ecef6dada4c7.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 8bc6507..4505361 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-09 08:32:04 +0000";
+ std::string cver = "Date: 2006-12-10 08:19:49 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;