Skip to content

Commit

Permalink
Bump version info from 7:7:6 to 7:8:6 (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
hartwork committed Aug 12, 2018
1 parent 12732b9 commit 62f92a5
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
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ if(USE_libbsd)
endif()

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

Expand Down
1 change: 1 addition & 0 deletions expat/Changes
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Release 2.2.? ???????????????????
#180 Windows: Fix compilation of test suite for Visual Studio 2008
#131 #173 #202 Address compiler warnings
#187 #190 #200 Fix miscellaneous typos
Version info bumped from 7:7:6 to 7:8:6

Special thanks to:
Anton Maklakov
Expand Down
2 changes: 1 addition & 1 deletion expat/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dnl If the API changes incompatibly set LIBAGE back to 0
dnl

LIBCURRENT=7 # sync
LIBREVISION=7 # with
LIBREVISION=8 # with
LIBAGE=6 # CMakeLists.txt!

CPPFLAGS="${CPPFLAGS} -DHAVE_EXPAT_CONFIG_H"
Expand Down

0 comments on commit 62f92a5

Please sign in to comment.