diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-03-14 08:18:08 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-03-14 08:18:08 (GMT) |
commit | 4a0373c27db9d1c33bffd2a2431476210e112e9e (patch) | |
tree | ec06228c481865a1b78b16742e4354baa04f1aea /Source/cmVersion.cxx | |
parent | 5bca322a72233a31fc38cc7517e385f9311e8b94 (diff) | |
download | CMake-4a0373c27db9d1c33bffd2a2431476210e112e9e.zip CMake-4a0373c27db9d1c33bffd2a2431476210e112e9e.tar.gz CMake-4a0373c27db9d1c33bffd2a2431476210e112e9e.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 14e5835..6420c47 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-03-13 08:01:33 +0000"; + std::string cver = "Date: 2005-03-14 08:18:08 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |