diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-09-12 02:49:11 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-09-12 02:49:11 (GMT) |
commit | 8ca7e2f1b23def87d657a82167607e921d8aeaf9 (patch) | |
tree | d61b023e5a8c6345cbfa47082f790f7743d5adbc /Source/cmVersion.cxx | |
parent | a54169789d2eaffd83fa121d092e1af755c2a968 (diff) | |
download | CMake-8ca7e2f1b23def87d657a82167607e921d8aeaf9.zip CMake-8ca7e2f1b23def87d657a82167607e921d8aeaf9.tar.gz CMake-8ca7e2f1b23def87d657a82167607e921d8aeaf9.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 682eedf..d9fdb6b 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-09-11 02:50:20 +0000"; + std::string cver = "Date: 2007-09-12 02:49:11 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |