diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-06-09 08:14:20 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-06-09 08:14:20 (GMT) |
commit | 1046ba0f08555c415e1f55a56bd79c7d5681aaf2 (patch) | |
tree | 9ce0432440dd8e26f2f0b80775fca97cece17ec0 | |
parent | d82a038ee16c3c51219613882162307c4bcaa4ad (diff) | |
download | CMake-1046ba0f08555c415e1f55a56bd79c7d5681aaf2.zip CMake-1046ba0f08555c415e1f55a56bd79c7d5681aaf2.tar.gz CMake-1046ba0f08555c415e1f55a56bd79c7d5681aaf2.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 33ac86c..1312650 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-06-08 08:09:49 +0000"; + std::string cver = "Date: 2005-06-09 08:14:20 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |