summaryrefslogtreecommitdiffstats
path: root/Source/cmVersion.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-07-20 01:02:11 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-07-20 01:02:11 (GMT)
commit38084147e1edec3ce70f4f3574b9114b12646613 (patch)
treed2f7a44323d4659db86db90a196437c0d98d7da9 /Source/cmVersion.cxx
parent3a12116e39d0bef710d1ae24438873e7aed925c6 (diff)
downloadCMake-38084147e1edec3ce70f4f3574b9114b12646613.zip
CMake-38084147e1edec3ce70f4f3574b9114b12646613.tar.gz
CMake-38084147e1edec3ce70f4f3574b9114b12646613.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 b8a52b0..3cad049 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-07-18 18:38:55 +0000";
+ std::string cver = "Date: 2007-07-20 01:02:11 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;