diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-01-09 05:41:54 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-01-09 05:41:54 (GMT) |
commit | e8b7d233d7545e59fb0046913048d0bcc097ac33 (patch) | |
tree | 6c913f46378c8d086def59c22a7b8deceb7acdd5 | |
parent | f73a58803c7b4bd1157b8b8e1051e5f9a561b96a (diff) | |
download | CMake-e8b7d233d7545e59fb0046913048d0bcc097ac33.zip CMake-e8b7d233d7545e59fb0046913048d0bcc097ac33.tar.gz CMake-e8b7d233d7545e59fb0046913048d0bcc097ac33.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 c65eafa..ef1e7af 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-01-08 05:41:57 +0000"; + std::string cver = "Date: 2006-01-09 05:41:54 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |