diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-08-07 12:11:49 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-08-07 12:11:49 (GMT) |
commit | 60936bab91d09b37969c27598d2f9e0ab0842ddc (patch) | |
tree | 624805bedfa6e3c729f0292371d0ea7984560ddc /Source/cmVersion.cxx | |
parent | d103721ac17ad8b95df407453206a158417d0e29 (diff) | |
download | CMake-60936bab91d09b37969c27598d2f9e0ab0842ddc.zip CMake-60936bab91d09b37969c27598d2f9e0ab0842ddc.tar.gz CMake-60936bab91d09b37969c27598d2f9e0ab0842ddc.tar.bz2 |
STYLE: Nightly Version update
Diffstat (limited to 'Source/cmVersion.cxx')
-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 434e152..73120ee 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-08-06 11:57:00 +0000"; + std::string cver = "Date: 2006-08-07 12:11:49 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |