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

index aba3dccd3fb90ea64c3516e0aa6b25f0783b0b15..c5c2ba63b1d77e057b287ee714cf756bb517eef7 100644 (file)
@@ -262,9 +262,9 @@ if(EXPAT_WITH_LIBBSD)
     target_link_libraries(expat ${LIB_BSD})
 endif()
 
-set(LIBCURRENT 7)   # sync
-set(LIBREVISION 9)  # with
-set(LIBAGE 6)       # configure.ac!
+set(LIBCURRENT 7)    # sync
+set(LIBREVISION 10)  # with
+set(LIBAGE 6)        # configure.ac!
 math(EXPR LIBCURRENT_MINUS_AGE "${LIBCURRENT} - ${LIBAGE}")
 
 if(NOT WIN32)
index 060bcd2f9939176ff2bb263fc79dce9740897348..35f3e4376a6634d2368a1958c7e3c2e08a67ff3a 100644 (file)
@@ -95,6 +95,7 @@ Release x.x.x xxx xxx xx xxxx
        #284 #285  Address cppcheck warnings
        #294 #295  Address Clang Static Analyzer warnings
         #24 #293  Mass-apply clang-format 9 (and ensure conformance during CI)
+                  Version info bumped from 7:9:6 to 7:10:6
 
         Special thanks to:
             David Loffredo
index 20fe69e1026614f443bb74f2335a893db5ba6102..d58ac03e797e1b611f332420da737581477bf3ef 100644 (file)
@@ -48,9 +48,9 @@ dnl
 dnl If the API changes incompatibly set LIBAGE back to 0
 dnl
 
-LIBCURRENT=7   # sync
-LIBREVISION=9  # with
-LIBAGE=6       # CMakeLists.txt!
+LIBCURRENT=7    # sync
+LIBREVISION=10  # with
+LIBAGE=6        # CMakeLists.txt!
 
 AX_APPEND_FLAG([-DHAVE_EXPAT_CONFIG_H], [CPPFLAGS])
 AC_CONFIG_HEADER([expat_config.h])