summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-02-14 03:44:10 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-02-14 03:44:10 (GMT)
commitf5297645a9bf44fa4cdee80e6d205071df94fca8 (patch)
tree1d3570819782861cd0d4946ccc75cc5ed8952e1b
parentf2c0dbd164796aabe5397f4a053c22fe76030b80 (diff)
downloadCMake-f5297645a9bf44fa4cdee80e6d205071df94fca8.zip
CMake-f5297645a9bf44fa4cdee80e6d205071df94fca8.tar.gz
CMake-f5297645a9bf44fa4cdee80e6d205071df94fca8.tar.bz2
STYLE: Nightly Version update
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index 8bed80f..78f8c67 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-13 04:16:21 +0000";
+ std::string cver = "Date: 2007-02-14 03:44:10 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;