diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-01-22 10:51:54 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-01-22 10:51:54 (GMT) |
commit | 3fb09318d76ff483fe9025d57555fce70473f652 (patch) | |
tree | 6df706c55cb95f5873a12f49883c6e1875753988 | |
parent | 2f631642ca2e91d0ba6e4beabfc5f74754ab5ad9 (diff) | |
download | CMake-3fb09318d76ff483fe9025d57555fce70473f652.zip CMake-3fb09318d76ff483fe9025d57555fce70473f652.tar.gz CMake-3fb09318d76ff483fe9025d57555fce70473f652.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 ce5f25c..e1bcae0 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-21 10:36:29 +0000"; + std::string cver = "Date: 2005-01-22 10:51:54 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |