mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-07 06:04:59 +00:00
Bump version info bumped from 7:5:6 to 7:6:6 (#123)
This commit is contained in:
parent
40aac6dcbb
commit
98a5115c2c
3 changed files with 3 additions and 2 deletions
|
@ -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}")
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue