diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-11-05 03:00:40 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-11-05 03:00:40 (GMT) |
commit | 7bd73d3e0dd1cc1515575b58db41e80f17474532 (patch) | |
tree | a390077a05918c08844bff22a9cef696513301b9 /Source/cmVersion.cxx | |
parent | aa51ca25125b667ce35426f05f372e7fe6738fc1 (diff) | |
download | CMake-7bd73d3e0dd1cc1515575b58db41e80f17474532.zip CMake-7bd73d3e0dd1cc1515575b58db41e80f17474532.tar.gz CMake-7bd73d3e0dd1cc1515575b58db41e80f17474532.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 f2ba622..59e8956 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-11-04 03:04:09 +0000"; + std::string cver = "Date: 2007-11-05 03:00:40 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |