summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2007-07-01 20:53:22 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2007-07-01 20:53:22 (GMT)
commit5c00dda8cee2886bea3cfb72f25b2da179af6ecd (patch)
treea2480fb68f18a8c45ddb4cfabb209942643daae7 /Source
parentfe082afc5ce241f2eb6c8c3d9520f7b033beb8ae (diff)
downloadCMake-5c00dda8cee2886bea3cfb72f25b2da179af6ecd.zip
CMake-5c00dda8cee2886bea3cfb72f25b2da179af6ecd.tar.gz
CMake-5c00dda8cee2886bea3cfb72f25b2da179af6ecd.tar.bz2
STYLE: Nightly Version update
Diffstat (limited to 'Source')
-rw-r--r--Source/cmVersion.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVersion.cxx b/Source/cmVersion.cxx
index 3abd210..424ea3c 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-01 02:33:29 +0000";
+ std::string cver = "Date: 2007-07-01 20:53:22 +0000";
std::string res = "";
std::string::size_type cc, len = cver.size();
bool aftercol = false;