build: Bump revision to 2.23

Change-Id: If3dcae790b0c3acb83ab59140cf9a046e79ce6a4
Signed-off-by: Greg Tucker <greg.b.tucker@intel.com>
This commit is contained in:
Greg Tucker 2018-06-21 14:55:56 -07:00
parent b1c4517557
commit 8e1f3c01f3
3 changed files with 3 additions and 3 deletions

View File

@ -36,7 +36,7 @@ include examples/ec/Makefile.am
# LIB version info not necessarily the same as package version
LIBISAL_CURRENT=2
LIBISAL_REVISION=22
LIBISAL_REVISION=23
LIBISAL_AGE=0
lib_LTLIBRARIES = libisal.la

View File

@ -3,7 +3,7 @@
AC_PREREQ(2.69)
AC_INIT([libisal],
[2.22.0],
[2.23.0],
[sg.support.isal@intel.com],
[isa-l],
[http://01.org/storage-acceleration-library])

View File

@ -39,7 +39,7 @@
# trace - get simulator trace
# clean - remove object files
version ?= 2.22.0
version ?= 2.23.0
host_cpu ?= $(shell uname -m | sed -e 's/amd/x86_/')
arch ?= $(shell uname | grep -v -e Linux -e BSD )