build: Bump revision to 2.21

Change-Id: I5a5bfe5e15ff56e791aaabd68915793ee1886ba3
Signed-off-by: Greg Tucker <greg.b.tucker@intel.com>
This commit is contained in:
Greg Tucker 2017-12-19 17:41:33 -07:00
parent 22ec5c7469
commit 249deb378d
3 changed files with 3 additions and 3 deletions

View File

@ -35,7 +35,7 @@ include tests/fuzz/Makefile.am
# LIB version info not necessarily the same as package version
LIBISAL_CURRENT=2
LIBISAL_REVISION=20
LIBISAL_REVISION=21
LIBISAL_AGE=0
lib_LTLIBRARIES = libisal.la

View File

@ -3,7 +3,7 @@
AC_PREREQ(2.69)
AC_INIT([libisal],
[2.20.0],
[2.21.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.20.0
version ?= 2.21.0
host_cpu ?= $(shell uname -m | sed -e 's/amd/x86_/')
arch ?= $(shell uname | grep -v -e Linux -e BSD )