diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-08-08 14:47:57 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-08-08 14:47:57 (GMT) |
commit | 30d362f80a66972328cdc7b87fb595cfc19bafbf (patch) | |
tree | 6eeb7858749763303090843ec726735927b3c1ee | |
parent | ce52a0802f834790e0ae493e286b77ed357ebee4 (diff) | |
download | CMake-30d362f80a66972328cdc7b87fb595cfc19bafbf.zip CMake-30d362f80a66972328cdc7b87fb595cfc19bafbf.tar.gz CMake-30d362f80a66972328cdc7b87fb595cfc19bafbf.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 d8bccb4..512c1a4 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-08-07 14:30:49 +0000"; + std::string cver = "Date: 2005-08-08 14:47:57 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |