diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-10-15 08:43:19 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-10-15 08:43:19 (GMT) |
commit | b038279964aad12f36c92250da2505b3f08c4ca2 (patch) | |
tree | 2bf50cce7a2c3a95d9492c57a71117d64c81d4f2 /Source/cmVersion.cxx | |
parent | 019442541beb7d91beb8041340e1f041798e8e01 (diff) | |
download | CMake-b038279964aad12f36c92250da2505b3f08c4ca2.zip CMake-b038279964aad12f36c92250da2505b3f08c4ca2.tar.gz CMake-b038279964aad12f36c92250da2505b3f08c4ca2.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 b8fd5e6..c42afb7 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-10-14 09:24:55 +0000"; + std::string cver = "Date: 2005-10-15 08:43:19 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |