diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-02-26 07:00:59 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-02-26 07:00:59 (GMT) |
commit | f86af9081dcc241dd5da807e192dab4efe1beb55 (patch) | |
tree | 6f6d5c492ec587e80abf4d9861b237da0cc6b6a4 | |
parent | bec82af4df920b31118dc31ef0ecd85a70a74628 (diff) | |
download | CMake-f86af9081dcc241dd5da807e192dab4efe1beb55.zip CMake-f86af9081dcc241dd5da807e192dab4efe1beb55.tar.gz CMake-f86af9081dcc241dd5da807e192dab4efe1beb55.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 36d5430..27810b8 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-02-25 06:56:38 +0000"; + std::string cver = "Date: 2006-02-26 07:00:59 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |