diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-12-21 10:14:15 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-12-21 10:14:15 (GMT) |
commit | c01097941dc3e43b563f77f5877410fa592cee76 (patch) | |
tree | ed45c44e5305d769b128331a01bedd806543e9bb | |
parent | d2789b37a3c9ac5e773e7b3e5175e6b7fb988598 (diff) | |
download | CMake-c01097941dc3e43b563f77f5877410fa592cee76.zip CMake-c01097941dc3e43b563f77f5877410fa592cee76.tar.gz CMake-c01097941dc3e43b563f77f5877410fa592cee76.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 9d9f7a8..a76619e 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-20 10:09:25 +0000"; + std::string cver = "Date: 2004-12-21 10:14:15 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |