From: Tobias Oetiker Date: Mon, 4 Feb 2019 12:59:37 +0000 (+0100) Subject: update library version since new features were added X-Git-Tag: v1.7.1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34e6ff6218bb0372eb545f886dec96dd3d20be47;p=thirdparty%2Frrdtool-1.x.git update library version since new features were added --- diff --git a/configure b/configure index 257b9570..d7a0b454 100755 --- a/configure +++ b/configure @@ -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. diff --git a/configure.ac b/configure.ac index b43abf1e..81e28f23 100644 --- a/configure.ac +++ b/configure.ac @@ -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 @@ -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