summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-04-23 03:55:06 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-04-23 03:55:06 (GMT)
commite9361e41f3e9956ce112735c899300bf37a24e6b (patch)
treed6cd481acb7fd1ef985f2483510a8f10f9a7dd68
parent472c05cdcd8ced1f2d5ca7e377739157e36c7bdf (diff)
downloadCMake-e9361e41f3e9956ce112735c899300bf37a24e6b.zip
CMake-e9361e41f3e9956ce112735c899300bf37a24e6b.tar.gz
CMake-e9361e41f3e9956ce112735c899300bf37a24e6b.tar.bz2
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 c168795..6220359 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-04-21 22:37:35 +0000";
+ std::string cver = "Date: 2007-04-23 03:55:06 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;