diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-06-03 11:22:24 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-06-03 11:22:24 (GMT) |
commit | d857168658c29af75a40724829ff386613043ecb (patch) | |
tree | ce54bba2b9fa8ae0c0c3b2fdfb81a42cd21fe72a /Source | |
parent | e1c110d2448e09ca087b9ac42dac04934bad8de6 (diff) | |
download | CMake-d857168658c29af75a40724829ff386613043ecb.zip CMake-d857168658c29af75a40724829ff386613043ecb.tar.gz CMake-d857168658c29af75a40724829ff386613043ecb.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 8bfcbaf..3ab0567 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-01 12:17:40 +0000"; + std::string cver = "Date: 2006-06-03 11:22:24 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |