diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-07-29 03:32:53 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-07-29 03:32:53 (GMT) |
commit | 5441900a9f0f372308b46d7c02e3ddb1d958f933 (patch) | |
tree | 5bf6275ded7c22a758452e30328a6f2ccaa602ad | |
parent | 1d5514040a8fd9d505e835dcc6176b125950869e (diff) | |
download | CMake-5441900a9f0f372308b46d7c02e3ddb1d958f933.zip CMake-5441900a9f0f372308b46d7c02e3ddb1d958f933.tar.gz CMake-5441900a9f0f372308b46d7c02e3ddb1d958f933.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 d282bfe..7299b67 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-07-28 04:33:15 +0000"; + std::string cver = "Date: 2007-07-29 03:32:53 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |