mirror of
https://github.com/intel/isa-l.git
synced 2025-01-05 22:59:52 +01:00
build: Bump revision to 2.19
Change-Id: Ib0f47911fc4745faf3535e73eefa4c012500316f Signed-off-by: Xiaodong Liu <xiaodong.liu@intel.com>
This commit is contained in:
parent
34c341db35
commit
96ade864f1
2
LICENSE
2
LICENSE
@ -1,4 +1,4 @@
|
|||||||
Copyright(c) 2011-2016 Intel Corporation All rights reserved.
|
Copyright(c) 2011-2017 Intel Corporation All rights reserved.
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
modification, are permitted provided that the following conditions
|
modification, are permitted provided that the following conditions
|
||||||
|
@ -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=18
|
LIBISAL_REVISION=19
|
||||||
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.18.0],
|
[2.19.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.18.0
|
version ?= 2.19.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