From 34e6ff6218bb0372eb545f886dec96dd3d20be47 Mon Sep 17 00:00:00 2001 From: Tobias Oetiker Date: Mon, 4 Feb 2019 13:59:37 +0100 Subject: [PATCH] update library version since new features were added --- configure | 4 ++-- configure.ac | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 -- 2.47.2