aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorArseny Kapoulkine <arseny.kapoulkine@gmail.com>2019-09-11 20:53:14 -0700
committerArseny Kapoulkine <arseny.kapoulkine@gmail.com>2019-09-11 21:09:50 -0700
commit44e4d7e40b4612c72b8265f38653fc5a93c71f1a (patch)
treea04d845e9f76e9d1dd2cb4e827e7b24567bde9f7 /CMakeLists.txt
parent84e322738beb2fc64f90f05985413ae5420ebd8c (diff)
downloadpugixml-44e4d7e40b4612c72b8265f38653fc5a93c71f1a.zip
pugixml-44e4d7e40b4612c72b8265f38653fc5a93c71f1a.tar.gz
pugixml-44e4d7e40b4612c72b8265f38653fc5a93c71f1a.tar.bz2
Update version to 1.10
Note: this chang also updates PUGIXML_VERSION macro to allow for double-digit minor versions; this preserves the continuity of versions so PUGIXML_VERSION >= 190 will still work.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index dca6fac..f043962 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.0)
-project(pugixml VERSION 1.9)
+project(pugixml VERSION 1.10)
option(BUILD_SHARED_AND_STATIC_LIBS "Build both shared and static libraries" OFF)
option(BUILD_SHARED_LIBS "Build shared instead of static library" OFF)