summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-03-24 13:17:42 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-03-24 13:17:42 (GMT)
commitcec6543d0d7e0f8302b092f3ff66fb240bc212c4 (patch)
tree75bcef47c5b72b79f307e7372d50228fc962d125 /Source
parent9ce59dbde0b7b1ae721626e8a92f45fa18ebf1b7 (diff)
downloadCMake-cec6543d0d7e0f8302b092f3ff66fb240bc212c4.zip
CMake-cec6543d0d7e0f8302b092f3ff66fb240bc212c4.tar.gz
CMake-cec6543d0d7e0f8302b092f3ff66fb240bc212c4.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 59fc768..d10e730 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-23 13:13:48 +0000";
+ std::string cver = "Date: 2006-03-24 13:17:42 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;