build: Bump revision to 2.20

Change-Id: I0f994fa9d31d873706b41b0b5c50b5f277ad0988
Signed-off-by: Greg Tucker <greg.b.tucker@intel.com>
This commit is contained in:
Greg Tucker 2017-09-15 13:18:14 -07:00
parent 62ba0b6acd
commit ebf720af04
3 changed files with 3 additions and 3 deletions

View File

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

View File

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