summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-04-28 12:12:54 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-04-28 12:12:54 (GMT)
commitd57ba7cb3ca7440f175be9f55b1d7a1d2f3e9907 (patch)
treec46aa8fef9db48b85133bf5a8e7f0af2e0066d8b /Source
parent4c93b9a158fad39c262fb6f5618a07a5341b98dd (diff)
downloadCMake-d57ba7cb3ca7440f175be9f55b1d7a1d2f3e9907.zip
CMake-d57ba7cb3ca7440f175be9f55b1d7a1d2f3e9907.tar.gz
CMake-d57ba7cb3ca7440f175be9f55b1d7a1d2f3e9907.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 0be26ac..3f5a761 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-04-27 12:01:46 +0000";
+ std::string cver = "Date: 2006-04-28 12:12:54 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;