Bump version info bumped from 7:5:6 to 7:6:6 (#123)

This commit is contained in:
Sebastian Pipping 2017-08-19 16:23:09 +02:00
parent 40aac6dcbb
commit 98a5115c2c
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 5) # with
set(LIBREVISION 6) # with
set(LIBAGE 6) # configure.ac!
math(EXPR LIBCURRENT_MINUS_AGE "${LIBCURRENT} - ${LIBAGE}")

View file

@ -22,6 +22,7 @@ Release 2.?.? ?????????????????
#117 Include (existing) Visual Studio 2013 files in source tarball
Improve test suite error output
#111 Fix some typos in documentation
Version info bumped from 7:5:6 to 7:6:6
Special thanks to:
Jakub Wilk

View file

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