summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Rickert <rickert@fortiss.org>2021-05-22 15:20:46 +0200
committerNick Wellnhofer <wellnhofer@aevum.de>2021-05-23 11:58:41 +0200
commita46e85f6698af712dc8bee683431c70d35e456ff (patch)
treea80ff28ef9ef745d56e02f4465c12a21ec1f124e
parenta1cac3bbe48c9f3f74da61128a8f5b27bae247e4 (diff)
downloadlibxml2-a46e85f6698af712dc8bee683431c70d35e456ff.tar.gz
Update CMake project version
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e8bf2429..b4c0c794 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.15)
-project(libxml2 VERSION 2.9.10 LANGUAGES C)
+project(libxml2 VERSION 2.9.12 LANGUAGES C)
include(CheckCSourceCompiles)
include(CheckFunctionExists)