diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-07-09 04:44:51 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-07-09 04:44:51 (GMT) |
commit | 39d1d72a727c9cc807df2395bb4f735cd3774a85 (patch) | |
tree | fc35b886c945e7f5845e1deedd45a70df36b7476 /Source/cmVersion.cxx | |
parent | 0cd81e8a8c94411dc84e61b6717745581b4518e9 (diff) | |
download | CMake-39d1d72a727c9cc807df2395bb4f735cd3774a85.zip CMake-39d1d72a727c9cc807df2395bb4f735cd3774a85.tar.gz CMake-39d1d72a727c9cc807df2395bb4f735cd3774a85.tar.bz2 |
STYLE: Nightly Version update
Diffstat (limited to 'Source/cmVersion.cxx')
-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 4a8becd..cce201a 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-07 21:23:32 +0000"; + std::string cver = "Date: 2007-07-09 04:44:51 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |