summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-05-31 12:10:00 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-05-31 12:10:00 (GMT)
commitd9ae0aaa29eb3c5361cf369fa96fe117cee9c427 (patch)
treefd00d6629408f67ee2cec6c331c92ac149056fbf /Source/cmVersion.cxx
parentd3073828f056ceb965aa33ed0c04477d3dba7fa8 (diff)
downloadCMake-d9ae0aaa29eb3c5361cf369fa96fe117cee9c427.zip
CMake-d9ae0aaa29eb3c5361cf369fa96fe117cee9c427.tar.gz
CMake-d9ae0aaa29eb3c5361cf369fa96fe117cee9c427.tar.bz2
STYLE: Nightly Version update
Diffstat (limited to 'Source/cmVersion.cxx')
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index 4a58dab..ec1d8e3 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-05-30 12:03:01 +0000";
+ std::string cver = "Date: 2006-05-31 12:10:00 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;