X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=3e292911efe702baf68a259b3a97c402b4d6a953;hb=refs%2Ftags%2Fdsupstream;hp=aa93d7aad6a1afb8563be769dda37c2b2d3ab2d8;hpb=9d1164f9a12c218def0e898e4d28fcd55f2fa8cd;p=libsigrok.git diff --git a/configure.ac b/configure.ac index aa93d7aa..3e292911 100644 --- a/configure.ac +++ b/configure.ac @@ -66,7 +66,7 @@ PKG_PROG_PKG_CONFIG([0.22]) # 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_CURRENT=2 +SR_LIB_VERSION_CURRENT=1 SR_LIB_VERSION_REVISION=0 SR_LIB_VERSION_AGE=0 SR_LIB_VERSION="$SR_LIB_VERSION_CURRENT:$SR_LIB_VERSION_REVISION:$SR_LIB_VERSION_AGE"