summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-01-12 01:54:53 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-01-12 01:54:53 (GMT)
commit266ce704d216735f6b03911ed7036d7abb716202 (patch)
treec58b876c18a005676e2cb74a1cf3382f737c2d6c
parentcd5535ee9ce29dc90ace2e3da119c858fe92283d (diff)
downloadCMake-266ce704d216735f6b03911ed7036d7abb716202.zip
CMake-266ce704d216735f6b03911ed7036d7abb716202.tar.gz
CMake-266ce704d216735f6b03911ed7036d7abb716202.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 331404c..4865a51 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-01-11 01:54:57 +0000";
+ std::string cver = "Date: 2007-01-12 01:54:53 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;