summaryrefslogtreecommitdiff
path: root/expat/CMakeLists.txt
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2021-12-19 23:21:30 +0100
committerGitHub <noreply@github.com>2021-12-19 23:21:30 +0100
commite26a263aa9182d1e4552cd615857f0f61df3ba42 (patch)
tree00ad237218f1d12cbc5af59732366b50193580d4 /expat/CMakeLists.txt
parent2829a2750543fe0f78e3220cdfcd6414995efc4c (diff)
parent4d9059d3cf46ec3284bf88deee2a5bc97e59d089 (diff)
downloadlibexpat-git-e26a263aa9182d1e4552cd615857f0f61df3ba42.tar.gz
Merge pull request #526 from libexpat/issue-525-prepare-releaseR_2_4_2
Release Expat 2.4.2 (part of #525)
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 11797a5c..7e5b9590 100644
--- a/expat/CMakeLists.txt
+++ b/expat/CMakeLists.txt
@@ -64,7 +64,7 @@ endif()
project(expat
VERSION
- 2.4.1
+ 2.4.2
LANGUAGES
C
)
@@ -388,7 +388,7 @@ if(EXPAT_WITH_LIBBSD)
endif()
set(LIBCURRENT 9) # sync
-set(LIBREVISION 1) # with
+set(LIBREVISION 2) # with
set(LIBAGE 8) # configure.ac!
math(EXPR LIBCURRENT_MINUS_AGE "${LIBCURRENT} - ${LIBAGE}")