diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-04-02 07:16:17 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-04-02 07:16:17 (GMT) |
commit | d7807428a210b836cba367048928bff23c5edb02 (patch) | |
tree | cf3e4215f44616822ccf5706bb050f3ad887d0e7 /Source/cmVersion.cxx | |
parent | 86cebea79a1934bbd03f08dba884a965b7ae3b5d (diff) | |
download | CMake-d7807428a210b836cba367048928bff23c5edb02.zip CMake-d7807428a210b836cba367048928bff23c5edb02.tar.gz CMake-d7807428a210b836cba367048928bff23c5edb02.tar.bz2 |
STYLE: Nightly Version update
Diffstat (limited to 'Source/cmVersion.cxx')
-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 b60cefe..56ffb28 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-04-01 07:17:37 +0000"; + std::string cver = "Date: 2005-04-02 07:16:17 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |