summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-02-06 10:27:44 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-02-06 10:27:44 (GMT)
commit1ce1679d0f75544ea891df89eadcc6dfb12ff851 (patch)
treecdacdcafede142c3a7f42546df43ba428c9ca439 /Source
parentec4fcb87f21132a25a084bff99639205baf74564 (diff)
downloadCMake-1ce1679d0f75544ea891df89eadcc6dfb12ff851.zip
CMake-1ce1679d0f75544ea891df89eadcc6dfb12ff851.tar.gz
CMake-1ce1679d0f75544ea891df89eadcc6dfb12ff851.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 d8eff9e..2d94a2d 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-02-05 10:27:04 +0000";
+ std::string cver = "Date: 2005-02-06 10:27:44 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;