summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-01-23 19:07:20 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-01-23 19:07:20 (GMT)
commit8638e31a88e9b1455fef1752c80a5c71306332ae (patch)
treedc9e55c8f98a68df9378984f8590d5c714daa4a4
parent863f2b76cb91cd1a62e15379dbd03ba4d282627b (diff)
downloadCMake-8638e31a88e9b1455fef1752c80a5c71306332ae.zip
CMake-8638e31a88e9b1455fef1752c80a5c71306332ae.tar.gz
CMake-8638e31a88e9b1455fef1752c80a5c71306332ae.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 09d0629..0b7c628 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-23 01:14:42 +0000";
+ std::string cver = "Date: 2007-01-23 19:07:20 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;