diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-05-19 00:51:40 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-05-19 00:51:40 (GMT) |
commit | 7cd767ca482ad4229e82d58d02a4a8c01054d5c1 (patch) | |
tree | 18692d0301743353f162e9cdb237464832f72070 | |
parent | df1a77c225e71e6393f056fa348dddc3285c8bf5 (diff) | |
download | CMake-7cd767ca482ad4229e82d58d02a4a8c01054d5c1.zip CMake-7cd767ca482ad4229e82d58d02a4a8c01054d5c1.tar.gz CMake-7cd767ca482ad4229e82d58d02a4a8c01054d5c1.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 8c1faaa..9e72d30 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-17 11:27:52 +0000"; + std::string cver = "Date: 2007-05-19 00:51:40 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |