diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-05-30 12:03:01 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-05-30 12:03:01 (GMT) |
commit | 1d93480780830306ad73b5dcc9d3ccc38a7c635c (patch) | |
tree | ecc445c198b95287bed45f75d42eed93a92967c6 /Source/cmVersion.cxx | |
parent | fa30521cebd8eaee27f1675262997312bb3801ad (diff) | |
download | CMake-1d93480780830306ad73b5dcc9d3ccc38a7c635c.zip CMake-1d93480780830306ad73b5dcc9d3ccc38a7c635c.tar.gz CMake-1d93480780830306ad73b5dcc9d3ccc38a7c635c.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 90bcfbf..4a58dab 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-05-29 12:09:10 +0000"; + std::string cver = "Date: 2006-05-30 12:03:01 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |