X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=configure.ac;fp=configure.ac;h=f6b66e8eba68cbc81c58d14aafe86a1a7e861966;hb=3fcdc9f7d5aa9bbae3041d80ab50b83e9bef182d;hp=f5aaf9903446e014d0cd8f6c8a3b13de894ae1b9;hpb=24a38c8094242cf4680d7f61508babdbb46bfdd5;p=libserialport.git diff --git a/configure.ac b/configure.ac index f5aaf99..f6b66e8 100644 --- a/configure.ac +++ b/configure.ac @@ -63,9 +63,9 @@ AC_SUBST([SP_PACKAGE_VERSION], [sp_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 -SP_LIB_VERSION_CURRENT=0 +SP_LIB_VERSION_CURRENT=1 SP_LIB_VERSION_REVISION=0 -SP_LIB_VERSION_AGE=0 +SP_LIB_VERSION_AGE=1 AC_SUBST([SP_LIB_VERSION], ["$SP_LIB_VERSION_CURRENT:$SP_LIB_VERSION_REVISION:$SP_LIB_VERSION_AGE"])