summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-08-07 23:10:12 -0400
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-08-07 23:10:12 -0400
commitbdd7290cee8f8efa92b67e4e4a2e59bffc0092cb (patch)
treeef2b1354e1db3353b89ee8e7dc920011fb690d22
parent5ac0a790291d5f6089caf7e57c320e2da8c7341f (diff)
downloadcmake-bdd7290cee8f8efa92b67e4e4a2e59bffc0092cb.tar.gz
STYLE: Nightly Version update
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index a760c80503..2d5a5db1dd 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;