diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-03-22 13:11:13 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-03-22 13:11:13 (GMT) |
commit | 960cdb971b5d1657cd7c4439da7993a2258872b0 (patch) | |
tree | 6eeb0534015d03041dae9f1e2c1812f7fb60e148 | |
parent | d82c97978727f270d8f5212d8ad9de9d8ca87b5d (diff) | |
download | CMake-960cdb971b5d1657cd7c4439da7993a2258872b0.zip CMake-960cdb971b5d1657cd7c4439da7993a2258872b0.tar.gz CMake-960cdb971b5d1657cd7c4439da7993a2258872b0.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 80602dd..9d934c5 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-03-21 13:20:33 +0000"; + std::string cver = "Date: 2006-03-22 13:11:13 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |