diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-12-17 10:06:33 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-12-17 10:06:33 (GMT) |
commit | 645f7c0929ae2796a06e8d0adb971478ba69d378 (patch) | |
tree | 5cf76328ed075e77cae828faf9b16a5ee84f8312 | |
parent | 476f278c76f4ee9b2a6d11fa56b92e45f9ac6c23 (diff) | |
download | CMake-645f7c0929ae2796a06e8d0adb971478ba69d378.zip CMake-645f7c0929ae2796a06e8d0adb971478ba69d378.tar.gz CMake-645f7c0929ae2796a06e8d0adb971478ba69d378.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 20b545c..7a3dc3e 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: 2004-12-16 10:52:09 +0000"; + std::string cver = "Date: 2004-12-17 10:06:33 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |