diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-01-31 10:19:43 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-01-31 10:19:43 (GMT) |
commit | 861fb04f59c729f76e3babe036410916027bfec8 (patch) | |
tree | 8a67b97cbd77db7260efa149a297042b6f0b119b /Source | |
parent | 7f9fab306be3a3968092175dcc8db6812e2b9cbc (diff) | |
download | CMake-861fb04f59c729f76e3babe036410916027bfec8.zip CMake-861fb04f59c729f76e3babe036410916027bfec8.tar.gz CMake-861fb04f59c729f76e3babe036410916027bfec8.tar.bz2 |
STYLE: Nightly Version update
Diffstat (limited to 'Source')
-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 bcc17eb..80c46cb 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-01-30 10:23:26 +0000"; + std::string cver = "Date: 2005-01-31 10:19:43 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |