diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-03-21 07:32:10 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-03-21 07:32:10 (GMT) |
commit | d30265e7b533890b7320947dc97f71f87f70d6bc (patch) | |
tree | 35728b793ffb953df3677b70e7a1cde65132d565 | |
parent | 2627dd065a6d686ef5f9f2b9b611f9a2f97ee5fd (diff) | |
download | CMake-d30265e7b533890b7320947dc97f71f87f70d6bc.zip CMake-d30265e7b533890b7320947dc97f71f87f70d6bc.tar.gz CMake-d30265e7b533890b7320947dc97f71f87f70d6bc.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 db5edb3..423d7c7 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-03-20 07:34:13 +0000"; + std::string cver = "Date: 2005-03-21 07:32:10 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |