mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-05 05:05:00 +00:00
Bump version info from 10:1:9 to 10:2:9
See https://verbump.de/ for what these numbers do
This commit is contained in:
parent
98ee1baef8
commit
557f1255f9
3 changed files with 5 additions and 2 deletions
|
@ -466,7 +466,7 @@ foreach(build_type_upper
|
|||
endforeach()
|
||||
|
||||
set(LIBCURRENT 10) # sync
|
||||
set(LIBREVISION 1) # with
|
||||
set(LIBREVISION 2) # with
|
||||
set(LIBAGE 9) # configure.ac!
|
||||
math(EXPR LIBCURRENT_MINUS_AGE "${LIBCURRENT} - ${LIBAGE}")
|
||||
|
||||
|
|
|
@ -16,6 +16,9 @@ Release 2.6.2 XXX XXXXXXXXXX XX XXXX
|
|||
Other changes:
|
||||
#847 Autotools: Fix build for DOCBOOK_TO_MAN containing spaces
|
||||
#837 Add missing #821 and #824 to 2.6.1 change log
|
||||
#838 #843 Version info bumped from 10:1:9 (libexpat*.so.1.9.1)
|
||||
to 10:2:9 (libexpat*.so.1.9.2); see https://verbump.de/
|
||||
for what these numbers do
|
||||
|
||||
Special thanks to:
|
||||
Philippe Antoine
|
||||
|
|
|
@ -83,7 +83,7 @@ dnl If the API changes incompatibly set LIBAGE back to 0
|
|||
dnl
|
||||
|
||||
LIBCURRENT=10 # sync
|
||||
LIBREVISION=1 # with
|
||||
LIBREVISION=2 # with
|
||||
LIBAGE=9 # CMakeLists.txt!
|
||||
|
||||
AC_CONFIG_HEADERS([expat_config.h])
|
||||
|
|
Loading…
Add table
Reference in a new issue