From: Craig Small Date: Sat, 3 Mar 2012 07:47:40 +0000 (+1100) Subject: Increase library revision number X-Git-Tag: v3.3.3~43 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7e1657db4864e138a04de1ac5b720adb71716693;p=procps-ng Increase library revision number There have been some internal changes to the library, so the revision will be incremented for this release. There is no ABI or API changes so its no real impact. --- diff --git a/proc/Makefile.am b/proc/Makefile.am index 5216ff5b..d88c03fe 100644 --- a/proc/Makefile.am +++ b/proc/Makefile.am @@ -4,8 +4,10 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/include \ -DLOCALEDIR=\"$(localedir)\" +# +# See http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html LIBprocps_CURRENT=0 -LIBprocps_REVISION=0 +LIBprocps_REVISION=1 LIBprocps_AGE=0 lib_LTLIBRARIES = libprocps.la