summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Small <csmall@dropbear.xyz>2021-02-08 21:36:05 +1100
committerCraig Small <csmall@dropbear.xyz>2021-02-08 21:36:05 +1100
commit1f74877096910fcaa56cbfb88305faa8986984ba (patch)
tree72e61c786cb18a14306131c0d55e5fd86b9b7313
parentf9dd869a3e3c0d4560e56c3f51fbadddbdc97491 (diff)
downloadprocps-ng-1f74877096910fcaa56cbfb88305faa8986984ba.tar.gz
library: Version has revision incremented
Library had only its revision incremented to three as there were only internal changes. References: commit 0d386260b4b007e65172d137924db6e4e4e994cd commit eea5626bb144328eb60e9ea8a29bd5b1f100ecd9 commit 1b9ea61116a625456a89dd7d26b3e4c3d390a599 commit b0c8e3408b0c0e8e2b41e704083139ab791194a1 commit e3196502784b11c70d6e3c33159403d2f7c118e1 commit bb1a79f2c837cad238c2576d2b2705f9cc781c35 commit b52a26740445904c01233166271817743f2e4b40 commit 8e0c33be46820c11bb7a911ae0f67fd390864058 Signed-off-by: Craig Small <csmall@dropbear.xyz>
-rw-r--r--Makefile.am2
-rw-r--r--NEWS3
2 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index f730730..e037e4c 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 a77a99e..8df0ba2 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