diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-11-08 10:46:22 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-11-08 10:46:22 (GMT) |
commit | 7e2759d86d56bba005cb8a358541c0e1addf88b5 (patch) | |
tree | 459f289a0e9552b0f843e83307d673e0227204fa /Source | |
parent | a199b4994da7080c68a88ca3bad3b157d15c3ca7 (diff) | |
download | CMake-7e2759d86d56bba005cb8a358541c0e1addf88b5.zip CMake-7e2759d86d56bba005cb8a358541c0e1addf88b5.tar.gz CMake-7e2759d86d56bba005cb8a358541c0e1addf88b5.tar.bz2 |
STYLE: Nightly Version update
Diffstat (limited to 'Source')
-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 1d53d75..ef6d81a 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: 2004-11-07 10:45:55 +0000"; + std::string cver = "Date: 2004-11-08 10:46:22 +0000"; std::string res = ""; std::string::size_type cc, len = cver.size(); bool aftercol = false; |