summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-04-28 16:35:57 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-04-28 16:35:57 (GMT)
commitea97dbae25dc96f654dc502abc789287b4608b5c (patch)
tree24d44a8cc8eced14113083a7da170a3e2def43d7 /Source
parenteac71647ddab0eb52fe3ab20062519f7693ce44d (diff)
downloadCMake-ea97dbae25dc96f654dc502abc789287b4608b5c.zip
CMake-ea97dbae25dc96f654dc502abc789287b4608b5c.tar.gz
CMake-ea97dbae25dc96f654dc502abc789287b4608b5c.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 4281165..81e1f7d 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-27 14:26:38 +0000";
+ std::string cver = "Date: 2007-04-28 16:35:57 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;