setting the version to 9.0.0

This commit is contained in:
Lee Thomason
2021-06-06 17:10:24 -07:00
parent 55716da04f
commit 1dee28e51f
79 changed files with 161 additions and 161 deletions

View File

@@ -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}")