Skip to content

Commit

Permalink
update library version since new features were added
Browse files Browse the repository at this point in the history
  • Loading branch information
oetiker committed Feb 4, 2019
1 parent 4ccdb4f commit 34e6ff6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -2848,10 +2848,10 @@ ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.



NUMVERS=1.6999
NUMVERS=1.7001


LIBVERS=9:0:1
LIBVERS=10:0:2


# Make sure we can run config.sub.
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dnl the released version are
dnl a.bccc
dnl the devel versions will be something like
dnl a.b999yymmddhh
NUMVERS=1.6999
NUMVERS=1.7001
AC_SUBST(NUMVERS)

dnl for the linker to understand which versions the library are compatible with
Expand All @@ -32,7 +32,7 @@ dnl - if any functionality was removed do c++,r=0,a=0.
dnl
dnl see http://sourceware.org/autobook/autobook/autobook_91.html
dnl
LIBVERS=9:0:1
LIBVERS=10:0:2
AC_SUBST(LIBVERS)

AC_CANONICAL_TARGET
Expand Down

0 comments on commit 34e6ff6

Please sign in to comment.