diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-12-12 09:17:07 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-12-12 09:17:07 (GMT) |
commit | b08a9e350892663064033c2805ec022450e0ebcf (patch) | |
tree | 667b90547c8f4b155fca75ff790f0d4eece26072 | |
parent | d512aa1cc38ec6fd2035b5252bab90ef8801d4c8 (diff) | |
download | CMake-b08a9e350892663064033c2805ec022450e0ebcf.zip CMake-b08a9e350892663064033c2805ec022450e0ebcf.tar.gz CMake-b08a9e350892663064033c2805ec022450e0ebcf.tar.bz2 |
STYLE: Nightly Version update
-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 bd52568..ea0105a 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: 2005-12-11 09:20:32 +0000"; + std::string cver = "Date: 2005-12-12 09:17:07 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |