]> granicus.if.org Git - procps-ng/commitdiff
build-sys: Set library to 0:1:0 v4.0.2
authorCraig Small <csmall@dropbear.xyz>
Mon, 5 Dec 2022 10:04:05 +0000 (21:04 +1100)
committerCraig Small <csmall@dropbear.xyz>
Mon, 5 Dec 2022 10:04:05 +0000 (21:04 +1100)
There was a bug fix in the library but no functions add/moved/changed
Revision incremented.

Makefile.am
NEWS

index 081cc911555944c2b6158537fcf4c60c90c87a9c..06c5e68e0b516b77b05ea84d3c74824a7e3bcfbc 100644 (file)
@@ -236,7 +236,7 @@ src_vmstat_SOURCES = src/vmstat.c local/strutils.c local/fileutils.c
 
 # See http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
 LIBproc2_CURRENT=0
-LIBproc2_REVISION=0
+LIBproc2_REVISION=1
 LIBproc2_AGE=0
 
 library_libproc2_la_LIBADD = $(LIB_KPARTS)
diff --git a/NEWS b/NEWS
index 463cf915f4e83923ed5b2c8155c440fdf6174cd5..d334c0d683530e9956dfe6220a22fd31c93ccb0b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 procps-ng-4.0.2
 ---------------
-  * library
+  * library revision - 0:1:0
     Handle absent 'core_id' in /proc/cpuinfo
   * w: Show time with D_TIME_BITS=64 on 32bit env          issue #256