mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-07 22:19:12 +00:00
Bump version info from 7:6:6 to 7:7:6 (#133)
This commit is contained in:
parent
0f5186c7b8
commit
0a6b7d2f31
3 changed files with 3 additions and 2 deletions
|
@ -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}")
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue