diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-03-04 07:25:40 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-03-04 07:25:40 (GMT) |
commit | a98ce34c814947bfbc5a6322f3baa19756b2e702 (patch) | |
tree | 08092c22b14e39929e1e9117085ae9fb7d0d4d8d /Source/cmVersion.cxx | |
parent | a9a0c91630401a84bbbc48c07e9a9e3cd7d81761 (diff) | |
download | CMake-a98ce34c814947bfbc5a6322f3baa19756b2e702.zip CMake-a98ce34c814947bfbc5a6322f3baa19756b2e702.tar.gz CMake-a98ce34c814947bfbc5a6322f3baa19756b2e702.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 6bb38a3..2ddfecb 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-03 07:26:04 +0000"; + std::string cver = "Date: 2005-03-04 07:25:40 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |