]> granicus.if.org Git - libexpat/commitdiff
Bump soversion, skipped one for 2.1.1
authorSebastian Pipping <sebastian@pipping.org>
Sun, 5 Jun 2016 13:43:36 +0000 (15:43 +0200)
committerSebastian Pipping <sebastian@pipping.org>
Sun, 5 Jun 2016 13:43:36 +0000 (15:43 +0200)
expat/CMakeLists.txt
expat/configure.ac

index 44e3db6d6618f163195578aa46004023f36fd8c3..03faf2b02ab0525656335cb12c59d80d9410836d 100755 (executable)
@@ -69,7 +69,7 @@ endif(BUILD_shared)
 add_library(expat ${_SHARED} ${expat_SRCS})\r
 \r
 set(LIBCURRENT 7)   # sync\r
-set(LIBREVISION 0)  # with\r
+set(LIBREVISION 2)  # with\r
 set(LIBAGE 6)       # configure.ac!\r
 math(EXPR LIBCURRENT_MINUS_AGE "${LIBCURRENT} - ${LIBAGE}")\r
 \r
index 877edd8164c9ea44b3b5a90270c5e37b8d0a89cb..9598c00cee8e2f1609f34a5072ef7b17ee9fde15 100644 (file)
@@ -46,7 +46,7 @@ dnl If the API changes incompatibly set LIBAGE back to 0
 dnl
 
 LIBCURRENT=7   # sync
-LIBREVISION=0  # with
+LIBREVISION=2  # with
 LIBAGE=6       # CMakeLists.txt!
 
 AC_CONFIG_HEADER(expat_config.h)