diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-08-06 14:50:30 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-08-06 14:50:30 (GMT) |
commit | 7fc4c32acf5c37058b0e23859a1ca5393b7faee0 (patch) | |
tree | bc8c2dd487e62ada035e99e043b2f592bb24537a /Source | |
parent | dce07caf0b59c120c0cc64199bf355842751fd19 (diff) | |
download | CMake-7fc4c32acf5c37058b0e23859a1ca5393b7faee0.zip CMake-7fc4c32acf5c37058b0e23859a1ca5393b7faee0.tar.gz CMake-7fc4c32acf5c37058b0e23859a1ca5393b7faee0.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 1334573..bf167b8 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-08-05 15:31:42 +0000"; + std::string cver = "Date: 2005-08-06 14:50:30 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |