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