summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-12-13 09:24:25 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-12-13 09:24:25 (GMT)
commit23ba8f965ac46640c7fb52e575d7126f3b2cba58 (patch)
tree7f7c4cefc6eb0729c9bc0fe9323f7e7f2d1ebb9a
parent129299f90066b6aa83ebb027caa51b0abb724366 (diff)
downloadCMake-23ba8f965ac46640c7fb52e575d7126f3b2cba58.zip
CMake-23ba8f965ac46640c7fb52e575d7126f3b2cba58.tar.gz
CMake-23ba8f965ac46640c7fb52e575d7126f3b2cba58.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 ea0105a..5de7b71 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: 2005-12-12 09:17:07 +0000";
+ std::string cver = "Date: 2005-12-13 09:24:25 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;