diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-07-25 08:18:42 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-07-25 08:18:42 (GMT) |
commit | ef1e66e92f2b4ebc10d9cdc62a951cf88620dcf9 (patch) | |
tree | ae70649f93e5afa06fe243b597cdb50e54f217be /Source | |
parent | 69b7ba3543be4ad55c08f617c21a229da45ebca0 (diff) | |
download | CMake-ef1e66e92f2b4ebc10d9cdc62a951cf88620dcf9.zip CMake-ef1e66e92f2b4ebc10d9cdc62a951cf88620dcf9.tar.gz CMake-ef1e66e92f2b4ebc10d9cdc62a951cf88620dcf9.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 182d8ab..3e904b3 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-07-24 06:28:02 +0000"; + std::string cver = "Date: 2007-07-25 08:18:42 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |