summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-08-08 03:10:12 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-08-08 03:10:12 (GMT)
commitbdd7290cee8f8efa92b67e4e4a2e59bffc0092cb (patch)
treeef2b1354e1db3353b89ee8e7dc920011fb690d22 /Source/cmVersion.cxx
parent5ac0a790291d5f6089caf7e57c320e2da8c7341f (diff)
downloadCMake-bdd7290cee8f8efa92b67e4e4a2e59bffc0092cb.zip
CMake-bdd7290cee8f8efa92b67e4e4a2e59bffc0092cb.tar.gz
CMake-bdd7290cee8f8efa92b67e4e4a2e59bffc0092cb.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 a760c80..2d5a5db 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-08-07 03:16:33 +0000";
+ std::string cver = "Date: 2007-08-08 03:10:12 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;