diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-04-11 12:16:12 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-04-11 12:16:12 (GMT) |
commit | be2c468bfeaf0c410fda536a26db52071999be43 (patch) | |
tree | 93b8cb216cce3b7c8100bbed3e5263621e8ba0c3 | |
parent | 8c06f8e2943c1d3726428ea01ba6bc5b49101081 (diff) | |
download | CMake-be2c468bfeaf0c410fda536a26db52071999be43.zip CMake-be2c468bfeaf0c410fda536a26db52071999be43.tar.gz CMake-be2c468bfeaf0c410fda536a26db52071999be43.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 b761251..d1e18ec 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: 2006-04-10 12:10:22 +0000"; + std::string cver = "Date: 2006-04-11 12:16:12 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |