library: Version has revision incremented

Library had only its revision incremented to three as there were only
internal changes.

References:
 commit 0d386260b4
 commit eea5626bb1
 commit 1b9ea61116
 commit b0c8e3408b
 commit e319650278
 commit bb1a79f2c8
 commit b52a267404
 commit 8e0c33be46

Signed-off-by: Craig Small <csmall@dropbear.xyz>
This commit is contained in:
Craig Small 2021-02-08 21:36:05 +11:00
parent f9dd869a3e
commit 1f74877096
2 changed files with 4 additions and 1 deletions

View File

@ -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)

3
NEWS
View File

@ -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