summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-02-15 03:24:43 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-02-15 03:24:43 (GMT)
commitd64a5a81ca438bfcf1dd9550908d721edc3771be (patch)
tree718b7070b146362a738a0b1555d8dd2e268c6a87 /Source/cmVersion.cxx
parentf5297645a9bf44fa4cdee80e6d205071df94fca8 (diff)
downloadCMake-d64a5a81ca438bfcf1dd9550908d721edc3771be.zip
CMake-d64a5a81ca438bfcf1dd9550908d721edc3771be.tar.gz
CMake-d64a5a81ca438bfcf1dd9550908d721edc3771be.tar.bz2
STYLE: Nightly Version update
Diffstat (limited to 'Source/cmVersion.cxx')
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index 78f8c67..54f8148 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: 2007-02-14 03:44:10 +0000";
+ std::string cver = "Date: 2007-02-15 03:24:43 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;