summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-01-09 05:41:54 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-01-09 05:41:54 (GMT)
commite8b7d233d7545e59fb0046913048d0bcc097ac33 (patch)
tree6c913f46378c8d086def59c22a7b8deceb7acdd5 /Source
parentf73a58803c7b4bd1157b8b8e1051e5f9a561b96a (diff)
downloadCMake-e8b7d233d7545e59fb0046913048d0bcc097ac33.zip
CMake-e8b7d233d7545e59fb0046913048d0bcc097ac33.tar.gz
CMake-e8b7d233d7545e59fb0046913048d0bcc097ac33.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 c65eafa..ef1e7af 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: 2006-01-08 05:41:57 +0000";
+ std::string cver = "Date: 2006-01-09 05:41:54 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;