]> granicus.if.org Git - libexpat/commitdiff
Bump version info bumped from 7:4:6 to 7:5:6
authorSebastian Pipping <sebastian@pipping.org>
Wed, 2 Aug 2017 13:18:17 +0000 (15:18 +0200)
committerSebastian Pipping <sebastian@pipping.org>
Wed, 2 Aug 2017 13:40:46 +0000 (15:40 +0200)
expat/CMakeLists.txt
expat/Changes
expat/configure.ac

index 568e4bd47fbd9ba639f1750db1bd8229b7713c9e..748a93578b39b286836aa34e5bf549985aff15fc 100644 (file)
@@ -77,7 +77,7 @@ endif(BUILD_shared)
 add_library(expat ${_SHARED} ${expat_SRCS})\r
 \r
 set(LIBCURRENT 7)   # sync\r
-set(LIBREVISION 4)  # with\r
+set(LIBREVISION 5)  # with\r
 set(LIBAGE 6)       # configure.ac!\r
 math(EXPR LIBCURRENT_MINUS_AGE "${LIBCURRENT} - ${LIBAGE}")\r
 \r
index 1bceab5d1148c4193daa7299e9ab5ea5acc75018..cdb1f945293a19cedda8a7a39e410486cf3059de 100644 (file)
@@ -29,6 +29,7 @@ Release 2.2.? ????????????????
                     for CloudABI
             #100  Fix use of SIPHASH_MAIN in siphash.h
              #23  Test suite: Fix memory leaks
+                  Version info bumped from 7:4:6 to 7:5:6
 
         Special thanks to:
             Chanho Park
index 328ff91a39371f4939d526cb9fc98d183504ad90..6198707f054ab71fd676a83e1f61cdb43e0a4b7a 100644 (file)
@@ -46,7 +46,7 @@ dnl If the API changes incompatibly set LIBAGE back to 0
 dnl
 
 LIBCURRENT=7   # sync
-LIBREVISION=4  # with
+LIBREVISION=5  # with
 LIBAGE=6       # CMakeLists.txt!
 
 AC_CONFIG_HEADER(expat_config.h)