diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-06-15 12:19:31 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-06-15 12:19:31 (GMT) |
commit | 8934172db7aa88672aec8ddca087ce5b9cc7b286 (patch) | |
tree | 66faad2185b4ae25f5ef128507634267ea20d2cf /Source/cmVersion.cxx | |
parent | 2f6f3316e4b8e78093a8bcf0568261ffd16f219f (diff) | |
download | CMake-8934172db7aa88672aec8ddca087ce5b9cc7b286.zip CMake-8934172db7aa88672aec8ddca087ce5b9cc7b286.tar.gz CMake-8934172db7aa88672aec8ddca087ce5b9cc7b286.tar.bz2 |
STYLE: Nightly Version update
Diffstat (limited to 'Source/cmVersion.cxx')
-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 23b5b72..e13bdd7 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: 2007-06-14 11:08:58 +0000"; + std::string cver = "Date: 2007-06-15 12:19:31 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |