diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-06-28 17:08:26 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-06-28 17:08:26 (GMT) |
commit | 95f55515fa6064d862354524d0837a9ba4787f49 (patch) | |
tree | ba1d3b13301289f186a08a60c047ecd502339643 | |
parent | c95dc91237436b363772c418d4d0d2d1203f6119 (diff) | |
download | CMake-95f55515fa6064d862354524d0837a9ba4787f49.zip CMake-95f55515fa6064d862354524d0837a9ba4787f49.tar.gz CMake-95f55515fa6064d862354524d0837a9ba4787f49.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 54722ab..7a7759b 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-27 08:49:27 +0000"; + std::string cver = "Date: 2007-06-28 17:08:26 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |