diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-01-05 05:13:58 -0500 |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-01-05 05:13:58 -0500 |
commit | 6df3783ddf977caf10235824ee4aeffe8e17f381 (patch) | |
tree | 524b384569028ff2c93529f3e405614492ad3b34 | |
parent | 4b48a89b967ef62e611184f1e750d60777279683 (diff) | |
download | cmake-6df3783ddf977caf10235824ee4aeffe8e17f381.tar.gz |
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 4565fa8329..024309bc79 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-01-04 09:17:19 +0000"; + std::string cver = "Date: 2005-01-05 10:13:58 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |