aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorArseny Kapoulkine <arseny.kapoulkine@gmail.com>2020-11-25 10:18:42 -0800
committerArseny Kapoulkine <arseny.kapoulkine@gmail.com>2020-11-25 10:18:42 -0800
commit70bd6a6b0ade8d3c55bf74dc9d27c67baeaa8ee3 (patch)
treef59b2a9a632adac0abc7d0d815111bc19b632b8f /CMakeLists.txt
parent8afc1239a3f506bcb2ff79f909108751cf443120 (diff)
downloadpugixml-70bd6a6b0ade8d3c55bf74dc9d27c67baeaa8ee3.zip
pugixml-70bd6a6b0ade8d3c55bf74dc9d27c67baeaa8ee3.tar.gz
pugixml-70bd6a6b0ade8d3c55bf74dc9d27c67baeaa8ee3.tar.bz2
Update version to 1.11 and update documentation
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 fda789c..96c0160 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.4)
-project(pugixml VERSION 1.10 LANGUAGES CXX)
+project(pugixml VERSION 1.11 LANGUAGES CXX)
include(CMakePackageConfigHelpers)
include(CMakeDependentOption)