diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-11-14 04:13:18 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-11-14 04:13:18 (GMT) |
commit | 3cbfc4c9145ee9bddda240061a53c8bb21f61242 (patch) | |
tree | 3056c108c2ee5c0c6e5564826f47076fb7b9b9b7 | |
parent | 9520eff2bb2f4dfeae37d91edfdc83ada2e925d2 (diff) | |
download | CMake-3cbfc4c9145ee9bddda240061a53c8bb21f61242.zip CMake-3cbfc4c9145ee9bddda240061a53c8bb21f61242.tar.gz CMake-3cbfc4c9145ee9bddda240061a53c8bb21f61242.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 886c95d..8802fba 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-11-13 04:03:25 +0000"; + std::string cver = "Date: 2007-11-14 04:13:18 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |