commit | 1dee28e51f9175a31955b9791c74c430fe13dc82 | [log] [tgz] |
---|---|---|
author | Lee Thomason <leethomason@gmail.com> | Sun Jun 06 17:10:24 2021 -0700 |
committer | Lee Thomason <leethomason@gmail.com> | Sun Jun 06 17:10:24 2021 -0700 |
tree | 437490027a9cba5afbf64fc35dcb6f7f268de93f | |
parent | 55716da04f2de307e01d84ed695bed86114f9136 [diff] [blame] |
setting the version to 9.0.0
diff --git a/CMakeLists.txt b/CMakeLists.txt index 4930f5c..8802fb8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.15) -project(tinyxml2 VERSION 8.1.0) +project(tinyxml2 VERSION 9.0.0) include(CTest) option(tinyxml2_BUILD_TESTING "Build tests for tinyxml2" "${BUILD_TESTING}")