diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-06-25 11:14:19 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-06-25 11:14:19 (GMT) |
commit | 75b974eaf9201a8ad4b1bd03ff41a2cfb27748cf (patch) | |
tree | ec57b1813603d8780a0965729228468f7e685a71 /Source/cmVersion.cxx | |
parent | 259ab8ef2e4f9707ad2731bd6c217a7c10de4b83 (diff) | |
download | CMake-75b974eaf9201a8ad4b1bd03ff41a2cfb27748cf.zip CMake-75b974eaf9201a8ad4b1bd03ff41a2cfb27748cf.tar.gz CMake-75b974eaf9201a8ad4b1bd03ff41a2cfb27748cf.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 3f61239..f1d938c 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-06-24 11:19:16 +0000"; + std::string cver = "Date: 2006-06-25 11:14:19 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |