summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-05-25 11:34:44 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-05-25 11:34:44 (GMT)
commit12456165f13112f84ff825531b562bffd16bb403 (patch)
tree5ef6d929da3f42d3310d18acca65b95bd9a7d389 /Source
parent9b74e597bea979229d87ede77e8af2c241e3f45e (diff)
downloadCMake-12456165f13112f84ff825531b562bffd16bb403.zip
CMake-12456165f13112f84ff825531b562bffd16bb403.tar.gz
CMake-12456165f13112f84ff825531b562bffd16bb403.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 c10f41b..67f6665 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-05-24 11:36:30 +0000";
+ std::string cver = "Date: 2006-05-25 11:34:44 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;