From 7f72fd0fcacf8a856b0357261f2f521d90d1bb25 Mon Sep 17 00:00:00 2001 From: John Johansen Date: Sun, 24 Dec 2017 00:48:31 -0800 Subject: [PATCH] Release: prepare for 2.12 release update version and library version Signed-off-by: John Johansen --- common/Version | 2 +- libraries/libapparmor/src/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/Version b/common/Version index 34b37921c..3e162f02e 100644 --- a/common/Version +++ b/common/Version @@ -1 +1 @@ -2.11.95 +2.12 diff --git a/libraries/libapparmor/src/Makefile.am b/libraries/libapparmor/src/Makefile.am index 8050d1d72..6002017dc 100644 --- a/libraries/libapparmor/src/Makefile.am +++ b/libraries/libapparmor/src/Makefile.am @@ -27,7 +27,7 @@ INCLUDES = $(all_includes) # http://www.gnu.org/software/libtool/manual/html_node/Libtool-versioning.html # AA_LIB_CURRENT = 5 -AA_LIB_REVISION = 1 +AA_LIB_REVISION = 2 AA_LIB_AGE = 4 SUFFIXES = .pc.in .pc