diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-04-01 12:37:58 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-04-01 12:37:58 (GMT) |
commit | 5e7b5dd3ef444913032342b85aa9574d86c0fe6e (patch) | |
tree | 1b649b90d74b968a0a00f61160e97660a88210a9 | |
parent | beea6234a31f6a77c800975ff7e7661e085af04a (diff) | |
download | CMake-5e7b5dd3ef444913032342b85aa9574d86c0fe6e.zip CMake-5e7b5dd3ef444913032342b85aa9574d86c0fe6e.tar.gz CMake-5e7b5dd3ef444913032342b85aa9574d86c0fe6e.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 4a65739..bda9b56 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-03-31 13:13:51 +0000"; + std::string cver = "Date: 2006-04-01 12:37:58 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |