From fc503b442dc2bd974291cfad47cc2140a17ebf85 Mon Sep 17 00:00:00 2001 From: Craig Small Date: Tue, 26 Mar 2013 21:41:55 +1100 Subject: [PATCH] Update library version-info to 2.1.1 Internal changes to libproc means the revision number is incremented. This does not mean an ABI or API change has occured, we just do the stuff under the covers better or in this case reduce the compile warnings mainly. See Jim, I do read the commit messages :) --- proc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proc/Makefile.am b/proc/Makefile.am index 06ed1d52..b3e6689e 100644 --- a/proc/Makefile.am +++ b/proc/Makefile.am @@ -7,7 +7,7 @@ AM_CPPFLAGS = \ # # See http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html LIBprocps_CURRENT=2 -LIBprocps_REVISION=0 +LIBprocps_REVISION=1 LIBprocps_AGE=1 lib_LTLIBRARIES = libprocps.la