diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-06-18 13:23:49 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-06-18 13:23:49 (GMT) |
commit | d52f88ae109c702357c0f9ae1af599b8b9645e7a (patch) | |
tree | 8b022adff42a5078472aedcf224a40283c79717a | |
parent | 7d550e8dc0423b9d8c9ee6c25cbeaa5f118e5c69 (diff) | |
download | CMake-d52f88ae109c702357c0f9ae1af599b8b9645e7a.zip CMake-d52f88ae109c702357c0f9ae1af599b8b9645e7a.tar.gz CMake-d52f88ae109c702357c0f9ae1af599b8b9645e7a.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 50e73ab..f4bcad9 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-17 11:55:48 +0000"; + std::string cver = "Date: 2006-06-18 13:23:49 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |