mirror of
https://github.com/intel/isa-l.git
synced 2024-12-13 09:52:56 +01:00
build: Bump revision to 2.21
Change-Id: I72ab302f7fb4e23e2637f810cee131264b4e96d4 Signed-off-by: Greg Tucker <greg.b.tucker@intel.com>
This commit is contained in:
parent
aaeedf60c4
commit
0ba5f0f7db
@ -36,7 +36,7 @@ include examples/ec/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=21
|
LIBISAL_REVISION=22
|
||||||
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.21.0],
|
[2.22.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.21.0
|
version ?= 2.22.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 )
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user