summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJim Warner <james.warner@comcast.net>2018-04-11 00:00:00 -0500
committerCraig Small <csmall@enc.com.au>2018-05-06 07:19:38 +1000
commitc7b7ab854747d92f0ecdbcfeceeaa4a0ada3d1d6 (patch)
treee426ae26e12dd27a180de515d5e2571d0661117b /Makefile.am
parentd1e2373c3c8c236bf45ec0d87dbd0845b40124c3 (diff)
downloadprocps-ng-c7b7ab854747d92f0ecdbcfeceeaa4a0ada3d1d6.tar.gz
3.3.13 release candidate 1 ________________ (catch up)
--------------- Original Master Branch Commit Message: Update NEWS with the version Add library API change into NEWS Update c:r:a for library to 7:0:1 This means the current and age are incremented, so old programs can use new library but not vice-versa as they won't have the numa* functions. Signed-off-by: Jim Warner <james.warner@comcast.net>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index ac43ad1..871d98f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -224,9 +224,9 @@ w_SOURCES = w.c lib/fileutils.c
# proc/libprocps.la
# See http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
-LIBprocps_CURRENT=5
+LIBprocps_CURRENT=7
LIBprocps_REVISION=0
-LIBprocps_AGE=0
+LIBprocps_AGE=1
proc_libprocps_la_LIBADD = $(LIB_KPARTS)