summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-03-22 13:11:13 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-03-22 13:11:13 (GMT)
commit960cdb971b5d1657cd7c4439da7993a2258872b0 (patch)
tree6eeb0534015d03041dae9f1e2c1812f7fb60e148 /Source
parentd82c97978727f270d8f5212d8ad9de9d8ca87b5d (diff)
downloadCMake-960cdb971b5d1657cd7c4439da7993a2258872b0.zip
CMake-960cdb971b5d1657cd7c4439da7993a2258872b0.tar.gz
CMake-960cdb971b5d1657cd7c4439da7993a2258872b0.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 80602dd..9d934c5 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-03-21 13:20:33 +0000";
+ std::string cver = "Date: 2006-03-22 13:11:13 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;