diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-06-21 08:47:55 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-06-21 08:47:55 (GMT) |
commit | 9b87e2ad7da757d6afa5a058baf1ff506c1e8300 (patch) | |
tree | b1d11536b586a88c1004173c63adc7925b9408b4 /Source | |
parent | 1cf1780f6e0b6998eeac650504246b4f46e23553 (diff) | |
download | CMake-9b87e2ad7da757d6afa5a058baf1ff506c1e8300.zip CMake-9b87e2ad7da757d6afa5a058baf1ff506c1e8300.tar.gz CMake-9b87e2ad7da757d6afa5a058baf1ff506c1e8300.tar.bz2 |
STYLE: Nightly Version update
Diffstat (limited to 'Source')
-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 a8ea790..a29d59c 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-20 07:08:41 +0000"; + std::string cver = "Date: 2007-06-21 08:47:55 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |