X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=467ebfc80cddda61eadb25737b69ad53fa117b1c;hb=78bcc55afa19dc2d8432afccf2fb78a0114db509;hp=f84d14340560627b5c560f492dcce98170526c08;hpb=3f6549307bba0483a20e1f434aab5ae95005117e;p=libsigrok.git diff --git a/configure.ac b/configure.ac index f84d1434..467ebfc8 100644 --- a/configure.ac +++ b/configure.ac @@ -67,7 +67,7 @@ PKG_PROG_PKG_CONFIG([0.22]) # 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=1 -SR_LIB_VERSION_REVISION=1 +SR_LIB_VERSION_REVISION=2 SR_LIB_VERSION_AGE=0 SR_LIB_VERSION="$SR_LIB_VERSION_CURRENT:$SR_LIB_VERSION_REVISION:$SR_LIB_VERSION_AGE" SR_LIB_LDFLAGS="-version-info $SR_LIB_VERSION"