diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-11-24 10:21:13 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-11-24 10:21:13 (GMT) |
commit | 36653b9619ba3777b7b90b3f8a25b732930c1145 (patch) | |
tree | 39b34f01a325f70cd4b5325483a5e1da174e9dbd | |
parent | d0e801247f334dee4c01b0f03504e37f63365828 (diff) | |
download | CMake-36653b9619ba3777b7b90b3f8a25b732930c1145.zip CMake-36653b9619ba3777b7b90b3f8a25b732930c1145.tar.gz CMake-36653b9619ba3777b7b90b3f8a25b732930c1145.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 c2b4b58..839cc3b 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: 2005-11-23 10:35:51 +0000"; + std::string cver = "Date: 2005-11-24 10:21:13 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |