diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-02-20 08:13:45 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-02-20 08:13:45 (GMT) |
commit | b787497496d8c18c96fe72bf80d3c5bfc6889c79 (patch) | |
tree | 5ce49bc49cb1d22bd500e85bc3b4c18489f39e24 /Source/cmVersion.cxx | |
parent | d51c43a80d2534cbf737b3451c99f570a1676cfe (diff) | |
download | CMake-b787497496d8c18c96fe72bf80d3c5bfc6889c79.zip CMake-b787497496d8c18c96fe72bf80d3c5bfc6889c79.tar.gz CMake-b787497496d8c18c96fe72bf80d3c5bfc6889c79.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 c534643..1f9266a 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-02-19 07:43:06 +0000"; + std::string cver = "Date: 2005-02-20 08:13:45 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |