setting the version to 8.1.0

This commit is contained in:
Lee Thomason
2021-05-15 20:21:47 -07:00
parent cc2efbbd21
commit 9c6752a641
4 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.15)
project(tinyxml2 VERSION 8.0.0)
project(tinyxml2 VERSION 8.1.0)
include(CTest)
option(tinyxml2_BUILD_TESTING "Build tests for tinyxml2" "${BUILD_TESTING}")