From 2b9cb7f5b59397d2d04117a419cd3d9d50f4a1ed Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Sun, 5 Jun 2016 15:43:36 +0200 Subject: [PATCH] Bump soversion, skipped one for 2.1.1 --- expat/CMakeLists.txt | 2 +- expat/configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/expat/CMakeLists.txt b/expat/CMakeLists.txt index 44e3db6d..03faf2b0 100755 --- a/expat/CMakeLists.txt +++ b/expat/CMakeLists.txt @@ -69,7 +69,7 @@ endif(BUILD_shared) add_library(expat ${_SHARED} ${expat_SRCS}) set(LIBCURRENT 7) # sync -set(LIBREVISION 0) # with +set(LIBREVISION 2) # with set(LIBAGE 6) # configure.ac! math(EXPR LIBCURRENT_MINUS_AGE "${LIBCURRENT} - ${LIBAGE}") diff --git a/expat/configure.ac b/expat/configure.ac index 877edd81..9598c00c 100644 --- a/expat/configure.ac +++ b/expat/configure.ac @@ -46,7 +46,7 @@ dnl If the API changes incompatibly set LIBAGE back to 0 dnl LIBCURRENT=7 # sync -LIBREVISION=0 # with +LIBREVISION=2 # with LIBAGE=6 # CMakeLists.txt! AC_CONFIG_HEADER(expat_config.h) -- 2.40.0