diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-04-30 03:33:25 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-04-30 03:33:25 (GMT) |
commit | f14993a78e85b5400edf19d6573e0e75f482e5ad (patch) | |
tree | 0016fc507bd001f38c372ccfd71d9e86bbc4c112 | |
parent | e7a99a22d5e5b763c4390003d8b5b73f80d527d8 (diff) | |
download | CMake-f14993a78e85b5400edf19d6573e0e75f482e5ad.zip CMake-f14993a78e85b5400edf19d6573e0e75f482e5ad.tar.gz CMake-f14993a78e85b5400edf19d6573e0e75f482e5ad.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 0c38dd2..8c6d8e6 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: 2007-04-29 07:05:55 +0000"; + std::string cver = "Date: 2007-04-30 03:33:25 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |