mirror of
https://github.com/intel/isa-l.git
synced 2025-11-03 00:23:20 +01:00
build: Bump revision to 2.20
Change-Id: I0f994fa9d31d873706b41b0b5c50b5f277ad0988 Signed-off-by: Greg Tucker <greg.b.tucker@intel.com>
This commit is contained in:
@@ -34,7 +34,7 @@ include igzip/Makefile.am
|
|||||||
|
|
||||||
# LIB version info not necessarily the same as package version
|
# LIB version info not necessarily the same as package version
|
||||||
LIBISAL_CURRENT=2
|
LIBISAL_CURRENT=2
|
||||||
LIBISAL_REVISION=19
|
LIBISAL_REVISION=20
|
||||||
LIBISAL_AGE=0
|
LIBISAL_AGE=0
|
||||||
|
|
||||||
lib_LTLIBRARIES = libisal.la
|
lib_LTLIBRARIES = libisal.la
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
AC_PREREQ(2.69)
|
AC_PREREQ(2.69)
|
||||||
AC_INIT([libisal],
|
AC_INIT([libisal],
|
||||||
[2.19.0],
|
[2.20.0],
|
||||||
[sg.support.isal@intel.com],
|
[sg.support.isal@intel.com],
|
||||||
[isa-l],
|
[isa-l],
|
||||||
[http://01.org/storage-acceleration-library])
|
[http://01.org/storage-acceleration-library])
|
||||||
|
|||||||
2
make.inc
2
make.inc
@@ -39,7 +39,7 @@
|
|||||||
# trace - get simulator trace
|
# trace - get simulator trace
|
||||||
# clean - remove object files
|
# clean - remove object files
|
||||||
|
|
||||||
version ?= 2.19.0
|
version ?= 2.20.0
|
||||||
host_cpu ?= $(shell uname -m | sed -e 's/amd/x86_/')
|
host_cpu ?= $(shell uname -m | sed -e 's/amd/x86_/')
|
||||||
arch ?= $(shell uname | grep -v -e Linux -e BSD )
|
arch ?= $(shell uname | grep -v -e Linux -e BSD )
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user