diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-06-16 09:50:09 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-06-16 09:50:09 (GMT) |
commit | 67c4e66845c44bbdc4a4242e264672c5363bb5c1 (patch) | |
tree | ab3b431bfdf99fb8b8dd4e230fc904fbbfead9c3 /Source | |
parent | 63a34874d5a7be2136491fbc301221804d9a8ccb (diff) | |
download | CMake-67c4e66845c44bbdc4a4242e264672c5363bb5c1.zip CMake-67c4e66845c44bbdc4a4242e264672c5363bb5c1.tar.gz CMake-67c4e66845c44bbdc4a4242e264672c5363bb5c1.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 248dffc..99259a2 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-06-15 09:42:41 +0000"; + std::string cver = "Date: 2005-06-16 09:50:09 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |