diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-05-23 11:40:56 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-05-23 11:40:56 (GMT) |
commit | 4a2d72d313a0ee9463a6baac7a10ed6610159e38 (patch) | |
tree | 51b820a6e778505ba239a7090a4e19a2c11bcf2a /Source | |
parent | 25c2ee32ae83ce9c93a16af880fc2a5df5d959f2 (diff) | |
download | CMake-4a2d72d313a0ee9463a6baac7a10ed6610159e38.zip CMake-4a2d72d313a0ee9463a6baac7a10ed6610159e38.tar.gz CMake-4a2d72d313a0ee9463a6baac7a10ed6610159e38.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 86c3176..f3d50d2 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: 2006-05-21 14:27:28 +0000"; + std::string cver = "Date: 2006-05-23 11:40:56 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |