X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=blobdiff_plain;f=configure.ac;fp=configure.ac;h=1239cb5038e11cc4af400a6c44ff61549139119b;hp=95f9f7f4d72c3d297e9a4a365ea6c8e1310f7ecc;hb=45106f0ca574158632f5a5d33833e8c06967824c;hpb=6cec31aeace7f941209bc47fd21b72a649777655 diff --git a/configure.ac b/configure.ac index 95f9f7f4..1239cb50 100644 --- a/configure.ac +++ b/configure.ac @@ -68,7 +68,7 @@ SR_PKG_VERSION_SET([SR_PACKAGE_VERSION], [AC_PACKAGE_VERSION]) # The algorithm for determining which number to change (and how) is nontrivial! # http://www.gnu.org/software/libtool/manual/libtool.html#Updating-version-info # Format: current:revision:age. -SR_LIB_VERSION_SET([SR_LIB_VERSION], [4:0:0]) +SR_LIB_VERSION_SET([SR_LIB_VERSION], [5:0:1]) AM_CONDITIONAL([WIN32], [test -z "${host_os##mingw*}" || test -z "${host_os##cygwin*}"])