diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-07-01 02:33:29 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-07-01 02:33:29 (GMT) |
commit | fe082afc5ce241f2eb6c8c3d9520f7b033beb8ae (patch) | |
tree | 51a56904f79f273f426ab317c5b2b9d2ee702d8e /Source/cmVersion.cxx | |
parent | d236641aafd80d6ff8a0973d2724686b38c0e57f (diff) | |
download | CMake-fe082afc5ce241f2eb6c8c3d9520f7b033beb8ae.zip CMake-fe082afc5ce241f2eb6c8c3d9520f7b033beb8ae.tar.gz CMake-fe082afc5ce241f2eb6c8c3d9520f7b033beb8ae.tar.bz2 |
STYLE: Nightly Version update
Diffstat (limited to 'Source/cmVersion.cxx')
-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 f2f58d0..3abd210 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 01:06:31 +0000"; + std::string cver = "Date: 2007-07-01 02:33:29 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |