diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-07-01 20:53:22 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-07-01 20:53:22 (GMT) |
commit | 5c00dda8cee2886bea3cfb72f25b2da179af6ecd (patch) | |
tree | a2480fb68f18a8c45ddb4cfabb209942643daae7 /Source | |
parent | fe082afc5ce241f2eb6c8c3d9520f7b033beb8ae (diff) | |
download | CMake-5c00dda8cee2886bea3cfb72f25b2da179af6ecd.zip CMake-5c00dda8cee2886bea3cfb72f25b2da179af6ecd.tar.gz CMake-5c00dda8cee2886bea3cfb72f25b2da179af6ecd.tar.bz2 |
STYLE: Nightly Version update
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmVersion.cxx | 2 |
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; |