]> granicus.if.org Git - libexpat/commitdiff
Bump version info from 7:10:6 to 7:11:6
authorSebastian Pipping <sebastian@pipping.org>
Wed, 25 Sep 2019 19:26:10 +0000 (21:26 +0200)
committerSebastian Pipping <sebastian@pipping.org>
Wed, 25 Sep 2019 19:26:10 +0000 (21:26 +0200)
expat/CMakeLists.txt
expat/Changes
expat/configure.ac

index 3bdeba449cbf67d90d565ee6ead1a807fea718e1..2084424a38ec3710ed59051ca3b10e034ffeeecb 100644 (file)
@@ -270,7 +270,7 @@ if(EXPAT_WITH_LIBBSD)
 endif()
 
 set(LIBCURRENT 7)    # sync
-set(LIBREVISION 10)  # with
+set(LIBREVISION 11)  # with
 set(LIBAGE 6)        # configure.ac!
 math(EXPR LIBCURRENT_MINUS_AGE "${LIBCURRENT} - ${LIBAGE}")
 
index 24c199e1945876827d4250352734480983ce99b8..ae5f81c2af1428fbf904aa5a47b7cd2c4a0d50e5 100644 (file)
@@ -12,6 +12,7 @@ Release x.x.x xxx xxxxxxxxx xx xxxx
                     case-insensitive file systems on Windows and the fact that
                     Perl's XML::Parser::Expat compiles into Expat.dll.
             #347  Windows: Only define _CRT_RAND_S if not defined
+                  Version info bumped from 7:10:6 to 7:11:6
 
         Special thanks to:
             Ben Wagner
index d58ac03e797e1b611f332420da737581477bf3ef..e2b9a1146286a4d49172bf7bb6f4e329a0d7d7e0 100644 (file)
@@ -49,7 +49,7 @@ dnl If the API changes incompatibly set LIBAGE back to 0
 dnl
 
 LIBCURRENT=7    # sync
-LIBREVISION=10  # with
+LIBREVISION=11  # with
 LIBAGE=6        # CMakeLists.txt!
 
 AX_APPEND_FLAG([-DHAVE_EXPAT_CONFIG_H], [CPPFLAGS])