diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-07-20 14:16:03 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-07-20 14:16:03 (GMT) |
commit | 7f11eda79aa1e5696d2c815be4b3423331d0fe35 (patch) | |
tree | d96a92c218481e57c3695586a1799ea9024297e1 | |
parent | 8ca558db9b1c5580334489fc56989d9c71bc4efc (diff) | |
download | CMake-7f11eda79aa1e5696d2c815be4b3423331d0fe35.zip CMake-7f11eda79aa1e5696d2c815be4b3423331d0fe35.tar.gz CMake-7f11eda79aa1e5696d2c815be4b3423331d0fe35.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 3769440..dfb31ba 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: 2005-07-19 14:10:31 +0000"; + std::string cver = "Date: 2005-07-20 14:16:03 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |