From 135069f2b2d007353a549d7589a97aeec55ab3ed Mon Sep 17 00:00:00 2001 From: Craig Small Date: Mon, 5 Dec 2022 21:04:05 +1100 Subject: [PATCH] build-sys: Set library to 0:1:0 There was a bug fix in the library but no functions add/moved/changed Revision incremented. --- Makefile.am | 2 +- NEWS | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 081cc911..06c5e68e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 463cf915..d334c0d6 100644 --- 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