aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTormod Volden <debian.tormod@gmail.com>2023-12-10 12:07:59 +0100
committerTormod Volden <debian.tormod@gmail.com>2024-01-31 23:07:43 +0100
commit055d8525cbfad650e98d794a9d301336e3cc12dc (patch)
tree5241a86080964571975750968c1fa24a24c34f60
parent853a5eac64a3821fe650aa6a91719c1e35c940b6 (diff)
downloadlibusb-055d8525cbfad650e98d794a9d301336e3cc12dc.tar.gz
configure.ac: Bump libtool library version
Programs using the previous version may use the new version as drop-in replacement, but programs using the new version may use APIs not present in the previous one. Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
-rw-r--r--configure.ac4
-rw-r--r--libusb/version_nano.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 4ec3116..6dc7c69 100644
--- a/configure.ac
+++ b/configure.ac
@@ -31,9 +31,9 @@ dnl Library versioning
dnl These numbers should be tweaked on every release. Read carefully:
dnl http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
dnl http://sourceware.org/autobook/autobook/autobook_91.html
-lt_current=3
+lt_current=4
lt_revision=0
-lt_age=3
+lt_age=4
LT_LDFLAGS="-version-info ${lt_current}:${lt_revision}:${lt_age} -no-undefined"
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
diff --git a/libusb/version_nano.h b/libusb/version_nano.h
index d935421..2fc0da5 100644
--- a/libusb/version_nano.h
+++ b/libusb/version_nano.h
@@ -1 +1 @@
-#define LIBUSB_NANO 11880
+#define LIBUSB_NANO 11881