diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-06-12 21:02:41 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-06-12 21:02:41 (GMT) |
commit | 17b5c79d155bdeeaebc49724059c8a1001c63bf2 (patch) | |
tree | 2731745ec6fc2fa53db833fe78d90a4163890132 | |
parent | df1edcb9d3338628ee43794b8e4d6eae81ca1b0c (diff) | |
download | CMake-17b5c79d155bdeeaebc49724059c8a1001c63bf2.zip CMake-17b5c79d155bdeeaebc49724059c8a1001c63bf2.tar.gz CMake-17b5c79d155bdeeaebc49724059c8a1001c63bf2.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 f57304c..5a2c108 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-11 21:00:56 +0000"; + std::string cver = "Date: 2007-06-12 21:02:41 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |