diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-05-12 06:58:28 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-05-12 06:58:28 (GMT) |
commit | ef20a5f920fbb6552aafb00c066d281323907669 (patch) | |
tree | d5b0a767f04bb0bd88f354bafaba46ab0ca92276 | |
parent | 6c421971b9a0e8172cd1e7d493dee506bfd409b7 (diff) | |
download | CMake-ef20a5f920fbb6552aafb00c066d281323907669.zip CMake-ef20a5f920fbb6552aafb00c066d281323907669.tar.gz CMake-ef20a5f920fbb6552aafb00c066d281323907669.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 ef73eb6..8cc92d3 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-05-11 12:11:22 +0000"; + std::string cver = "Date: 2007-05-12 06:58:28 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |