diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-08-27 13:57:17 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-08-27 13:57:17 (GMT) |
commit | aef312fbcff8eab82bd3022e683c593a2caa1cd9 (patch) | |
tree | 516473a3bc2575cb878971d364eaf9c3f8acb13d | |
parent | 4af20a2e0a60c5a834ad29246845d1235b3365a7 (diff) | |
download | CMake-aef312fbcff8eab82bd3022e683c593a2caa1cd9.zip CMake-aef312fbcff8eab82bd3022e683c593a2caa1cd9.tar.gz CMake-aef312fbcff8eab82bd3022e683c593a2caa1cd9.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 6e13a1e..e879acc 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: 2006-08-26 13:42:51 +0000"; + std::string cver = "Date: 2006-08-27 13:57:17 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |