aboutsummaryrefslogtreecommitdiffstats
path: root/src/usb/Makefile.am
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2022-06-28 17:00:51 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2022-06-28 17:00:51 +0200
commita1584d237bab2f1f6637cab1bdee86dad9c63881 (patch)
treeceb015ef104d25c28c11fa20c5879a5186c92083 /src/usb/Makefile.am
parent0239620bd159afe0015f40c73f70e03110b8c817 (diff)
Bump version: 1.6.0.132-0239-dirty → 1.7.01.7.0
Diffstat (limited to 'src/usb/Makefile.am')
-rw-r--r--src/usb/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usb/Makefile.am b/src/usb/Makefile.am
index 2dee434b..50d45c20 100644
--- a/src/usb/Makefile.am
+++ b/src/usb/Makefile.am
@@ -1,7 +1,7 @@
# This is _NOT_ the library release version, it's an API version.
# Please read chapter "Library interface versions" of the libtool documentation
# before making any modifications: https://www.gnu.org/software/libtool/manual/html_node/Versioning.html
-LIBVERSION=0:0:0
+LIBVERSION=0:1:0
AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include -I$(top_builddir)/include
AM_CFLAGS = -fPIC -Wall $(LIBUSB_CFLAGS) $(TALLOC_CFLAGS)