diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-08-29 13:40:25 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-08-29 13:40:25 (GMT) |
commit | 8a761b8f96942fe586bb932fbe840a4679a35705 (patch) | |
tree | a90ffd20088d9734d0eb7caba145f08024dddc85 /Source/cmVersion.cxx | |
parent | 005e3b1f862d12f3df53ba9d773f12d30b371281 (diff) | |
download | CMake-8a761b8f96942fe586bb932fbe840a4679a35705.zip CMake-8a761b8f96942fe586bb932fbe840a4679a35705.tar.gz CMake-8a761b8f96942fe586bb932fbe840a4679a35705.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 c13b754..3b02575 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: 2006-08-28 12:55:52 +0000"; + std::string cver = "Date: 2006-08-29 13:40:25 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |