diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-12-24 10:16:58 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-12-24 10:16:58 (GMT) |
commit | ae6a10343bc6883d2abf445369582b1c8aa2100b (patch) | |
tree | 418bd8abe1b90bba4a1946b59698051e6cc4f57f | |
parent | d5be87a296f4058770c0684efd1d6653f426daa9 (diff) | |
download | CMake-ae6a10343bc6883d2abf445369582b1c8aa2100b.zip CMake-ae6a10343bc6883d2abf445369582b1c8aa2100b.tar.gz CMake-ae6a10343bc6883d2abf445369582b1c8aa2100b.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 2cb0a29..7651e8a 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: 2004-12-23 10:27:46 +0000"; + std::string cver = "Date: 2004-12-24 10:16:58 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |