summaryrefslogtreecommitdiff
path: root/expat/CMakeLists.txt
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2021-05-23 16:57:10 +0200
committerSebastian Pipping <sebastian@pipping.org>2021-05-23 16:57:40 +0200
commit13445938e77848774961fba6bc6e62f0d65d1bbf (patch)
treefccfe61235407205c7bdf3b26cfdce68118cb0be /expat/CMakeLists.txt
parent8001550dc43afdad447ed3b1049f92fd44cb725b (diff)
downloadlibexpat-git-13445938e77848774961fba6bc6e62f0d65d1bbf.tar.gz
Bump version info from 9:0:8 to 9:1:8
See https://verbump.de/ for what these numbers do.
Diffstat (limited to 'expat/CMakeLists.txt')
-rw-r--r--expat/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/expat/CMakeLists.txt b/expat/CMakeLists.txt
index 1f5975c7..cd12a992 100644
--- a/expat/CMakeLists.txt
+++ b/expat/CMakeLists.txt
@@ -387,7 +387,7 @@ if(EXPAT_WITH_LIBBSD)
endif()
set(LIBCURRENT 9) # sync
-set(LIBREVISION 0) # with
+set(LIBREVISION 1) # with
set(LIBAGE 8) # configure.ac!
math(EXPR LIBCURRENT_MINUS_AGE "${LIBCURRENT} - ${LIBAGE}")