From b6742eb32556b941567f995c2c1f80fa5027c51d Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Wed, 14 Jun 2017 13:53:40 +0200 Subject: [PATCH] Bump version info from 7:2:6 to 7:3:6 --- expat/CMakeLists.txt | 2 +- expat/Changes | 1 + expat/configure.ac | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/expat/CMakeLists.txt b/expat/CMakeLists.txt index 3add30db..665df806 100755 --- a/expat/CMakeLists.txt +++ b/expat/CMakeLists.txt @@ -76,7 +76,7 @@ endif(BUILD_shared) add_library(expat ${_SHARED} ${expat_SRCS}) set(LIBCURRENT 7) # sync -set(LIBREVISION 2) # with +set(LIBREVISION 3) # with set(LIBAGE 6) # configure.ac! math(EXPR LIBCURRENT_MINUS_AGE "${LIBCURRENT} - ${LIBAGE}") diff --git a/expat/Changes b/expat/Changes index 40ee5ff3..e95a16e0 100644 --- a/expat/Changes +++ b/expat/Changes @@ -89,6 +89,7 @@ Release 2.2.1 ?????????? #10 Move from WIN32 to _WIN32 #13 Fix "make run-xmltest" order instability Address compile warnings + Bump version info from 7:2:6 to 7:3:6 Add AUTHORS file Infrastructure: diff --git a/expat/configure.ac b/expat/configure.ac index f3d0bddd..e48c32e3 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=2 # with +LIBREVISION=3 # with LIBAGE=6 # CMakeLists.txt! AC_CONFIG_HEADER(expat_config.h)