X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=de2b028e1a8e464aa724b5ef8a2204df35143fb3;hb=b84f91ff2ea924c5662d38034b3754d9a37265d4;hp=c60e403d4438e32fd89b31bae80d38b99723bca2;hpb=e9227902208d2ab96349b60788596dfc2222941a;p=libsigrok.git diff --git a/configure.ac b/configure.ac index c60e403d..de2b028e 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ # We require at least autoconf 2.63 (AC_INIT format changed there). AC_PREREQ([2.63]) -AC_INIT([libsigrok], [0.4.0], +AC_INIT([libsigrok], [0.5.0], [sigrok-devel@lists.sourceforge.net], [libsigrok], [http://www.sigrok.org]) AC_CONFIG_MACRO_DIR([m4]) @@ -67,7 +67,8 @@ SR_PKG_VERSION_SET([SR_PACKAGE_VERSION], [AC_PACKAGE_VERSION]) # Carefully read the libtool docs before updating these numbers! # The algorithm for determining which number to change (and how) is nontrivial! # http://www.gnu.org/software/libtool/manual/libtool.html#Updating-version-info -SR_LIB_VERSION_SET([SR_LIB_VERSION], [2:0:0]) +# Format: current:revision:age. +SR_LIB_VERSION_SET([SR_LIB_VERSION], [3:0:0]) AM_CONDITIONAL([WIN32], [test -z "${host_os##mingw*}" || test -z "${host_os##cygwin*}"]) @@ -216,6 +217,7 @@ m4_define([SR_DRIVER], SR_DRIVER([Agilent DMM], [agilent-dmm], [libserialport]) SR_DRIVER([Appa 55II], [appa-55ii], [libserialport]) +SR_DRIVER([Arachnid Labs Re:load Pro], [arachnid-labs-re-load-pro], [libserialport]) SR_DRIVER([ASIX SIGMA/SIGMA2], [asix-sigma], [libftdi]) SR_DRIVER([Atten PPS3xxx], [atten-pps3xxx], [libserialport]) SR_DRIVER([BayLibre ACME], [baylibre-acme], [sys_timerfd_h])