diff --git a/Makefile.am b/Makefile.am index f7307300..e037e4c9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -219,7 +219,7 @@ w_SOURCES = w.c lib/fileutils.c # See http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html LIBprocps_CURRENT=8 -LIBprocps_REVISION=2 +LIBprocps_REVISION=3 LIBprocps_AGE=0 proc_libprocps_la_LIBADD = $(LIB_KPARTS) diff --git a/NEWS b/NEWS index a77a99e4..8df0ba29 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ procps-ng-3.3.17 --------------- + * library: Increment to 8:3:0 + No removals for additions + Internal changes only * all: properly handle utf8 cmdline translations issue #176 * kill: Pass int to signalled process merge #32 * pgrep: Pass int to signalled process merge #32