summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-06-06 19:05:36 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-06-06 19:05:36 (GMT)
commitd016b69af3304965f4ce7fd1953e9901def528a4 (patch)
tree87f0aa96e266e91fa6808a9ef27c80beccc9521e /Source/cmVersion.cxx
parentc8067b39043b93b2d8e4e57c3f7ed5455c1fbb61 (diff)
downloadCMake-d016b69af3304965f4ce7fd1953e9901def528a4.zip
CMake-d016b69af3304965f4ce7fd1953e9901def528a4.tar.gz
CMake-d016b69af3304965f4ce7fd1953e9901def528a4.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 afb8c12..d978489 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-06-06 15:46:12 +0000";
+ std::string cver = "Date: 2007-06-06 19:05:36 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;