diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-01-18 04:17:34 -0500 |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-01-18 04:17:34 -0500 |
commit | 3e7366e5c2533f8c2a8addd6e785907a455a0517 (patch) | |
tree | d4d28fd606a174c30c4561159eb830a4f8832af5 | |
parent | 57bacd199c36698533b5375a7ac9b0df3e00f8ac (diff) | |
download | cmake-3e7366e5c2533f8c2a8addd6e785907a455a0517.tar.gz |
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 a0e7e829f9..ba20b6cc1e 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-01-17 09:41:31 +0000"; + std::string cver = "Date: 2005-01-18 09:17:34 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |