diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-02-01 10:38:49 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-02-01 10:38:49 (GMT) |
commit | 51db85934fd0a0b879cdb880ccbf1eca1dd28c35 (patch) | |
tree | 0a35361b0d570b7161939245ab2b93e02e40a2b1 | |
parent | 861fb04f59c729f76e3babe036410916027bfec8 (diff) | |
download | CMake-51db85934fd0a0b879cdb880ccbf1eca1dd28c35.zip CMake-51db85934fd0a0b879cdb880ccbf1eca1dd28c35.tar.gz CMake-51db85934fd0a0b879cdb880ccbf1eca1dd28c35.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 80c46cb..b0aedd0 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-31 10:19:43 +0000"; + std::string cver = "Date: 2005-02-01 10:38:49 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |