diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-12-28 10:23:18 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-12-28 10:23:18 (GMT) |
commit | c0f2658e326b5f8ee640eb5e35239f198a577459 (patch) | |
tree | 394cae7de63ba9d10be9509fe96f28b08ab51fc0 | |
parent | 9906ba253d26e27a1a47a772ad911eceaa9937ef (diff) | |
download | CMake-c0f2658e326b5f8ee640eb5e35239f198a577459.zip CMake-c0f2658e326b5f8ee640eb5e35239f198a577459.tar.gz CMake-c0f2658e326b5f8ee640eb5e35239f198a577459.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 124fa6f..9d31eaf 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: 2004-12-27 10:22:04 +0000"; + std::string cver = "Date: 2004-12-28 10:23:18 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |