Bump version info from 7:11:6 to 7:12:6

This commit is contained in:
Sebastian Pipping 2020-10-02 19:47:09 +02:00
parent 3af8f46e3f
commit 3265243064
3 changed files with 3 additions and 2 deletions

View File

@ -328,7 +328,7 @@ if(EXPAT_WITH_LIBBSD)
endif()
set(LIBCURRENT 7) # sync
set(LIBREVISION 11) # with
set(LIBREVISION 12) # with
set(LIBAGE 6) # configure.ac!
math(EXPR LIBCURRENT_MINUS_AGE "${LIBCURRENT} - ${LIBAGE}")

View File

@ -46,6 +46,7 @@ Release x.x.x xxx xxxxxxxxx xx xxxx
#354 #355 ..
#356 #412 Address compiler warnings
#368 #369 Address pngcheck warnings with doc/*.png images
Version info bumped from 7:11:6 to 7:12:6
Special thanks to:
asavah

View File

@ -49,7 +49,7 @@ dnl If the API changes incompatibly set LIBAGE back to 0
dnl
LIBCURRENT=7 # sync
LIBREVISION=11 # with
LIBREVISION=12 # with
LIBAGE=6 # CMakeLists.txt!
AX_APPEND_FLAG([-DHAVE_EXPAT_CONFIG_H], [AM_CPPFLAGS])