diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-08-19 03:15:23 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-08-19 03:15:23 (GMT) |
commit | 4de188d98d5e6c9c097b8ba1db078130fda72c68 (patch) | |
tree | 8cbf608d2a88e8d9a36658ed4981fd08b1c9a163 /Source | |
parent | 2d8909562a3887c14dafd53ef8c8e661cc2d0094 (diff) | |
download | CMake-4de188d98d5e6c9c097b8ba1db078130fda72c68.zip CMake-4de188d98d5e6c9c097b8ba1db078130fda72c68.tar.gz CMake-4de188d98d5e6c9c097b8ba1db078130fda72c68.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 b73644b..df5d119 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: 2007-08-18 03:17:25 +0000"; + std::string cver = "Date: 2007-08-19 03:15:23 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |