diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-06-01 12:17:40 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-06-01 12:17:40 (GMT) |
commit | f54d254a814ff37bf9ad5992c9646bd975822178 (patch) | |
tree | bd93fa9ca68f0e292f39553ef5e5fb7fc34700df | |
parent | c88c75b8f2a7c15114c7880b7bdf59c4b069ff66 (diff) | |
download | CMake-f54d254a814ff37bf9ad5992c9646bd975822178.zip CMake-f54d254a814ff37bf9ad5992c9646bd975822178.tar.gz CMake-f54d254a814ff37bf9ad5992c9646bd975822178.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 ec1d8e3..8bfcbaf 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-31 12:10:00 +0000"; + std::string cver = "Date: 2006-06-01 12:17:40 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |