Skip to content

Commit

Permalink
Bump version info bumped from 7:4:6 to 7:5:6
Browse files Browse the repository at this point in the history
  • Loading branch information
hartwork committed Aug 2, 2017
1 parent 642ec44 commit e5470ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion expat/CMakeLists.txt
Expand Up @@ -77,7 +77,7 @@ endif(BUILD_shared)
add_library(expat ${_SHARED} ${expat_SRCS})

set(LIBCURRENT 7) # sync
set(LIBREVISION 4) # with
set(LIBREVISION 5) # with
set(LIBAGE 6) # configure.ac!
math(EXPR LIBCURRENT_MINUS_AGE "${LIBCURRENT} - ${LIBAGE}")

Expand Down
1 change: 1 addition & 0 deletions expat/Changes
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion expat/configure.ac
Expand Up @@ -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)
Expand Down

0 comments on commit e5470ee

Please sign in to comment.