]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
update library version since new features were added v1.7.1
authorTobias Oetiker <tobi@oetiker.ch>
Mon, 4 Feb 2019 12:59:37 +0000 (13:59 +0100)
committerTobias Oetiker <tobi@oetiker.ch>
Mon, 4 Feb 2019 13:30:43 +0000 (14:30 +0100)
configure
configure.ac

index 257b95700515d2f9f918d7057711df4735cc89c0..d7a0b45467452ae72ca898656f3f54b96d6ce50a 100755 (executable)
--- 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.
index b43abf1e01f5426795a97b6d35d6f327696759c1..81e28f2352ff6c709966c14a1019122e766f2503 100644 (file)
@@ -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