diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-04-25 07:03:46 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-04-25 07:03:46 (GMT) |
commit | 3a928c027c1888ca973c98629ee53923bca0bd9a (patch) | |
tree | 73cf95e9fc8f49d5dbed7340f3aa13ddc40aee94 | |
parent | c736b5b95884f89f042537eda9a14e82fc9d8cc1 (diff) | |
download | CMake-3a928c027c1888ca973c98629ee53923bca0bd9a.zip CMake-3a928c027c1888ca973c98629ee53923bca0bd9a.tar.gz CMake-3a928c027c1888ca973c98629ee53923bca0bd9a.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 5c1d5a8..15c27f9 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-04-24 06:26:10 +0000"; + std::string cver = "Date: 2005-04-25 07:03:46 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |