diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-07-27 15:56:28 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-07-27 15:56:28 (GMT) |
commit | eccf5e7903aa85fd5f2c4d4a737ca0f4c454569d (patch) | |
tree | ddb6e6646a3b28cc94a9b5d292fc2c688e900ea0 | |
parent | 50cf415b2c15f8f8f3adf0ca4898cf7e0579484d (diff) | |
download | CMake-eccf5e7903aa85fd5f2c4d4a737ca0f4c454569d.zip CMake-eccf5e7903aa85fd5f2c4d4a737ca0f4c454569d.tar.gz CMake-eccf5e7903aa85fd5f2c4d4a737ca0f4c454569d.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 d605d25..7a1d5a1 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-07-26 15:45:48 +0000"; + std::string cver = "Date: 2005-07-27 15:56:28 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |