From 0ba5f0f7db312483c953ac16a952cf1fb43459b2 Mon Sep 17 00:00:00 2001 From: Greg Tucker Date: Thu, 29 Mar 2018 23:12:31 -0700 Subject: [PATCH] build: Bump revision to 2.21 Change-Id: I72ab302f7fb4e23e2637f810cee131264b4e96d4 Signed-off-by: Greg Tucker --- Makefile.am | 2 +- configure.ac | 2 +- make.inc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 094f77f..f254644 100644 --- a/Makefile.am +++ b/Makefile.am @@ -36,7 +36,7 @@ include examples/ec/Makefile.am # LIB version info not necessarily the same as package version LIBISAL_CURRENT=2 -LIBISAL_REVISION=21 +LIBISAL_REVISION=22 LIBISAL_AGE=0 lib_LTLIBRARIES = libisal.la diff --git a/configure.ac b/configure.ac index bce9781..4a2a0fb 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.69) AC_INIT([libisal], - [2.21.0], + [2.22.0], [sg.support.isal@intel.com], [isa-l], [http://01.org/storage-acceleration-library]) diff --git a/make.inc b/make.inc index eb2acbe..3daa70a 100644 --- a/make.inc +++ b/make.inc @@ -39,7 +39,7 @@ # trace - get simulator trace # clean - remove object files -version ?= 2.21.0 +version ?= 2.22.0 host_cpu ?= $(shell uname -m | sed -e 's/amd/x86_/') arch ?= $(shell uname | grep -v -e Linux -e BSD )