summaryrefslogtreecommitdiff
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-10-24 23:20:39 -0400
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-10-24 23:20:39 -0400
commitfec600550ee7fcea6985fcf32145e5756a9f1917 (patch)
treeea9ac86c3fe83be2ccdc0d16d170169e0b2c9a1a /Source/cmVersion.cxx
parentf72d666a7bd7a1b58db5f08b5ee9124f6768fa2a (diff)
downloadcmake-fec600550ee7fcea6985fcf32145e5756a9f1917.tar.gz
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 dc14205283..64434f786d 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-10-24 03:07:43 +0000";
+ std::string cver = "Date: 2007-10-25 03:20:39 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;