diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-11-09 04:03:35 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-11-09 04:03:35 (GMT) |
commit | 38d15310a3cee9d55427330bb2afffc49b251548 (patch) | |
tree | 4289bf302ee32dcdea545cad033da2958c63d763 /Source/cmVersion.cxx | |
parent | 2696f7e0ea694d637ad20a210842849ba238e9a0 (diff) | |
download | CMake-38d15310a3cee9d55427330bb2afffc49b251548.zip CMake-38d15310a3cee9d55427330bb2afffc49b251548.tar.gz CMake-38d15310a3cee9d55427330bb2afffc49b251548.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 5c87bd1..eddc35f 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-08 04:08:44 +0000"; + std::string cver = "Date: 2007-11-09 04:03:35 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |