summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-09-30 02:36:19 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-09-30 02:36:19 (GMT)
commit4cd4c86845976b0bfa5e516d26d7ad428dee1ead (patch)
tree8f14c18ddf73ecfa5e993f13179c53347d2a8870 /Source
parent65f79a690169078a4ca5cd8b5147c0d60d250a2e (diff)
downloadCMake-4cd4c86845976b0bfa5e516d26d7ad428dee1ead.zip
CMake-4cd4c86845976b0bfa5e516d26d7ad428dee1ead.tar.gz
CMake-4cd4c86845976b0bfa5e516d26d7ad428dee1ead.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 94946a6..39ffee7 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-09-29 02:49:30 +0000";
+ std::string cver = "Date: 2007-09-30 02:36:19 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;