diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-05-24 09:26:22 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-05-24 09:26:22 (GMT) |
commit | 4df8826d6cb3617ad73cb98c4a673c8465a47c39 (patch) | |
tree | c1228718457a02f8cdce1a7c8256c435e43141dc | |
parent | 5639c69d3918df9e91f27a856d057c8d9e283215 (diff) | |
download | CMake-4df8826d6cb3617ad73cb98c4a673c8465a47c39.zip CMake-4df8826d6cb3617ad73cb98c4a673c8465a47c39.tar.gz CMake-4df8826d6cb3617ad73cb98c4a673c8465a47c39.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 b160d98..b945bc7 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-05-22 21:10:02 +0000"; + std::string cver = "Date: 2007-05-24 09:26:22 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |