diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-06-20 09:50:50 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-06-20 09:50:50 (GMT) |
commit | abcf16ac2021e7e2bf708a5686a106806f0ffd89 (patch) | |
tree | 89e787dce30372f24546be15b51de02219cef8a7 /Source | |
parent | 087a2cc1ea2372abaa29ecea88380777959ed838 (diff) | |
download | CMake-abcf16ac2021e7e2bf708a5686a106806f0ffd89.zip CMake-abcf16ac2021e7e2bf708a5686a106806f0ffd89.tar.gz CMake-abcf16ac2021e7e2bf708a5686a106806f0ffd89.tar.bz2 |
STYLE: Nightly Version update
Diffstat (limited to 'Source')
-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 5cac3c0..fcdbd5a 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: 2005-06-19 10:51:34 +0000"; + std::string cver = "Date: 2005-06-20 09:50:50 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |