configure.ac: bump .so version for next release
authorNathan Hjelm <hjelmn@lanl.gov>
Wed, 5 Dec 2018 17:36:50 +0000 (10:36 -0700)
committerNathan Hjelm <hjelmn@lanl.gov>
Wed, 5 Dec 2018 17:36:50 +0000 (10:36 -0700)
Signed-off-by: Nathan Hjelm <hjelmn@lanl.gov>
configure.ac
libusb/version_nano.h

index 63590d1..76f67d9 100644 (file)
@@ -21,7 +21,7 @@ AC_INIT([libusb],[LIBUSB_MAJOR[.]LIBUSB_MINOR[.]LIBUSB_MICRO[]LIBUSB_RC],[libusb
 # These numbers should be tweaked on every release. Read carefully:
 # http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
 # http://sourceware.org/autobook/autobook/autobook_91.html
-lt_current=1
+lt_current=2
 lt_revision=0
 lt_age=1
 LTLDFLAGS="-version-info ${lt_current}:${lt_revision}:${lt_age}"
index b44701c..f1c839d 100644 (file)
@@ -1 +1 @@
-#define LIBUSB_NANO 11326
+#define LIBUSB_NANO 11327