diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-12-06 05:43:43 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-12-06 05:43:43 (GMT) |
commit | a44ac0719ca0919aec649fec7a9b8e592b925b0b (patch) | |
tree | 41c6f615bf4e627d768ee267d9e15d81aa885da9 | |
parent | c0dc50bf6d98a78a1afb08e4760c2d01085f993e (diff) | |
download | CMake-a44ac0719ca0919aec649fec7a9b8e592b925b0b.zip CMake-a44ac0719ca0919aec649fec7a9b8e592b925b0b.tar.gz CMake-a44ac0719ca0919aec649fec7a9b8e592b925b0b.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 ef5ec4f..efd47ba 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-12-02 03:54:15 +0000"; + std::string cver = "Date: 2006-12-06 05:43:43 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |