mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-05 13:14:59 +00:00
Bump version info from 9:9:8 to 9:10:8
See https://verbump.de/ for what these numbers do
This commit is contained in:
parent
7e27f561a6
commit
db20f72472
3 changed files with 8 additions and 6 deletions
|
@ -436,9 +436,9 @@ foreach(build_type_upper
|
|||
set_property(TARGET expat PROPERTY ${build_type_upper}_POSTFIX ${EXPAT_${build_type_upper}_POSTFIX})
|
||||
endforeach()
|
||||
|
||||
set(LIBCURRENT 9) # sync
|
||||
set(LIBREVISION 9) # with
|
||||
set(LIBAGE 8) # configure.ac!
|
||||
set(LIBCURRENT 9) # sync
|
||||
set(LIBREVISION 10) # with
|
||||
set(LIBAGE 8) # configure.ac!
|
||||
math(EXPR LIBCURRENT_MINUS_AGE "${LIBCURRENT} - ${LIBAGE}")
|
||||
|
||||
if(NOT WIN32)
|
||||
|
|
|
@ -21,6 +21,8 @@ Release x.x.x xxx xxxxxxxxxxxx xx xxxx
|
|||
#666 examples: Make use of XML_GetBuffer and be more
|
||||
consistent across examples
|
||||
#648 Address compiler warnings
|
||||
#667 #668 Version info bumped from 9:9:8 to 9:10:8;
|
||||
see https://verbump.de/ for what these numbers do
|
||||
|
||||
Special thanks to:
|
||||
Jann Horn
|
||||
|
|
|
@ -81,9 +81,9 @@ dnl
|
|||
dnl If the API changes incompatibly set LIBAGE back to 0
|
||||
dnl
|
||||
|
||||
LIBCURRENT=9 # sync
|
||||
LIBREVISION=9 # with
|
||||
LIBAGE=8 # CMakeLists.txt!
|
||||
LIBCURRENT=9 # sync
|
||||
LIBREVISION=10 # with
|
||||
LIBAGE=8 # CMakeLists.txt!
|
||||
|
||||
AC_CONFIG_HEADERS([expat_config.h])
|
||||
AH_TOP([#ifndef EXPAT_CONFIG_H
|
||||
|
|
Loading…
Add table
Reference in a new issue