diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-08-02 11:51:57 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-08-02 11:51:57 (GMT) |
commit | 2667a27118c42b9d1c45ed7134325a04d12ff8cf (patch) | |
tree | 4c6e9a5690fec628fa79b0f1fe0da9436e47e379 | |
parent | 16e73643f3506f34164243b2f7816cba5cd4ad9a (diff) | |
download | CMake-2667a27118c42b9d1c45ed7134325a04d12ff8cf.zip CMake-2667a27118c42b9d1c45ed7134325a04d12ff8cf.tar.gz CMake-2667a27118c42b9d1c45ed7134325a04d12ff8cf.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 fbdf722..ca70403 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-01 11:42:10 +0000"; + std::string cver = "Date: 2006-08-02 11:51:57 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |