diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-08-14 03:11:45 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-08-14 03:11:45 (GMT) |
commit | fbf502519203ca5d90387f66300802ceb1c97107 (patch) | |
tree | f84a923dea3b900131dc4ff601b255aac3f7ab90 | |
parent | 263bb4e172d58a4e8ce55f147bc46bf50dd7fde1 (diff) | |
download | CMake-fbf502519203ca5d90387f66300802ceb1c97107.zip CMake-fbf502519203ca5d90387f66300802ceb1c97107.tar.gz CMake-fbf502519203ca5d90387f66300802ceb1c97107.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 bb597f0..c6de153 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-08-13 03:11:44 +0000"; + std::string cver = "Date: 2007-08-14 03:11:45 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |