summaryrefslogtreecommitdiff
path: root/expat/CMakeLists.txt
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2021-05-11 16:00:52 +0200
committerSebastian Pipping <sebastian@pipping.org>2021-05-22 19:07:49 +0200
commite083f03235c5e86a4a4f9b7e233db5cf47cd4b54 (patch)
tree807ce763905c02e969a59e4b819e1b6aec609b39 /expat/CMakeLists.txt
parentb913a529ae090647c015d4212048b58ebae93aeb (diff)
downloadlibexpat-git-e083f03235c5e86a4a4f9b7e233db5cf47cd4b54.tar.gz
Bump version info from 8:0:7 to 9:0:8
See https://verbump.de/ for what these numbers do
Diffstat (limited to 'expat/CMakeLists.txt')
-rw-r--r--expat/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/expat/CMakeLists.txt b/expat/CMakeLists.txt
index c747f3e1..aa00c066 100644
--- a/expat/CMakeLists.txt
+++ b/expat/CMakeLists.txt
@@ -386,9 +386,9 @@ if(EXPAT_WITH_LIBBSD)
target_link_libraries(expat ${LIB_BSD})
endif()
-set(LIBCURRENT 8) # sync
+set(LIBCURRENT 9) # sync
set(LIBREVISION 0) # with
-set(LIBAGE 7) # configure.ac!
+set(LIBAGE 8) # configure.ac!
math(EXPR LIBCURRENT_MINUS_AGE "${LIBCURRENT} - ${LIBAGE}")
set_property(TARGET expat PROPERTY OUTPUT_NAME "${_EXPAT_OUTPUT_NAME}")