summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-04-29 07:05:55 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-04-29 07:05:55 (GMT)
commite7a99a22d5e5b763c4390003d8b5b73f80d527d8 (patch)
treeeeaa77d3b4e465a24fb3ea12aa6aa1402f2a198f
parentea97dbae25dc96f654dc502abc789287b4608b5c (diff)
downloadCMake-e7a99a22d5e5b763c4390003d8b5b73f80d527d8.zip
CMake-e7a99a22d5e5b763c4390003d8b5b73f80d527d8.tar.gz
CMake-e7a99a22d5e5b763c4390003d8b5b73f80d527d8.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 81e1f7d..0c38dd2 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-28 16:35:57 +0000";
+ std::string cver = "Date: 2007-04-29 07:05:55 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;