Bump version info from 7:6:6 to 7:7:6 (#133)

This commit is contained in:
Sebastian Pipping 2017-10-27 20:05:20 +02:00
parent 0f5186c7b8
commit 0a6b7d2f31
3 changed files with 3 additions and 2 deletions

View file

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

View file

@ -34,6 +34,7 @@ Release 2.2.5 ???????????????????
#153 #155 Improve docbook2x-man detection
#160 Undefine NDEBUG in the test suite (rather than rejecting it)
#161 Address compiler warnings
Version info bumped from 7:6:6 to 7:7:6
Special thanks to:
Benbuck Nason

View file

@ -47,7 +47,7 @@ dnl If the API changes incompatibly set LIBAGE back to 0
dnl
LIBCURRENT=7 # sync
LIBREVISION=6 # with
LIBREVISION=7 # with
LIBAGE=6 # CMakeLists.txt!
CPPFLAGS="${CPPFLAGS} -DHAVE_EXPAT_CONFIG_H"