diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-10-24 23:20:39 -0400 |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-10-24 23:20:39 -0400 |
commit | fec600550ee7fcea6985fcf32145e5756a9f1917 (patch) | |
tree | ea9ac86c3fe83be2ccdc0d16d170169e0b2c9a1a /Source/cmVersion.cxx | |
parent | f72d666a7bd7a1b58db5f08b5ee9124f6768fa2a (diff) | |
download | cmake-fec600550ee7fcea6985fcf32145e5756a9f1917.tar.gz |
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 dc14205283..64434f786d 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-10-24 03:07:43 +0000"; + std::string cver = "Date: 2007-10-25 03:20:39 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |