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