From f97782b100733770eebc7cf2839ba43683a74f46 Mon Sep 17 00:00:00 2001 From: John Johansen Date: Sun, 15 Apr 2018 06:48:53 -0700 Subject: [PATCH] Prepare for AppArmor 2.13 release - update Version file - update library versioning Signed-off-by: John Johansen --- common/Version | 2 +- libraries/libapparmor/src/Makefile.am | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/common/Version b/common/Version index 3e162f02e..ae656d473 100644 --- a/common/Version +++ b/common/Version @@ -1 +1 @@ -2.12 +2.13 diff --git a/libraries/libapparmor/src/Makefile.am b/libraries/libapparmor/src/Makefile.am index ad688dcce..b9721fd33 100644 --- a/libraries/libapparmor/src/Makefile.am +++ b/libraries/libapparmor/src/Makefile.am @@ -26,9 +26,9 @@ INCLUDES = $(all_includes) # For more information, see: # http://www.gnu.org/software/libtool/manual/html_node/Libtool-versioning.html # -AA_LIB_CURRENT = 5 -AA_LIB_REVISION = 2 -AA_LIB_AGE = 4 +AA_LIB_CURRENT = 6 +AA_LIB_REVISION = 0 +AA_LIB_AGE = 5 SUFFIXES = .pc.in .pc