summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-04-10 12:10:22 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-04-10 12:10:22 (GMT)
commitbb7debf24c6561a86a489d63c5850e83c8025516 (patch)
tree441b4e85af4d764467cc2ab514336794e14db576 /Source
parente1c41755915b5521490805f0c66a3be61f0d2050 (diff)
downloadCMake-bb7debf24c6561a86a489d63c5850e83c8025516.zip
CMake-bb7debf24c6561a86a489d63c5850e83c8025516.tar.gz
CMake-bb7debf24c6561a86a489d63c5850e83c8025516.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 392f02b..b761251 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-09 12:15:29 +0000";
+ std::string cver = "Date: 2006-04-10 12:10:22 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;