summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-07-31 03:07:44 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-07-31 03:07:44 (GMT)
commit7d34b7de7c0418996d6cc0898286e5a82db72122 (patch)
tree35491882338b0d1822fb83c6d3fb5ab0d6848ec4 /Source
parentc693a23a7d62c4db4303c3b755167bbc6a079a14 (diff)
downloadCMake-7d34b7de7c0418996d6cc0898286e5a82db72122.zip
CMake-7d34b7de7c0418996d6cc0898286e5a82db72122.tar.gz
CMake-7d34b7de7c0418996d6cc0898286e5a82db72122.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 a5d9d65..ed607ad 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-07-30 03:13:19 +0000";
+ std::string cver = "Date: 2007-07-31 03:07:44 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;