build: Bump revision to 2.19

Change-Id: Ib0f47911fc4745faf3535e73eefa4c012500316f
Signed-off-by: Xiaodong Liu <xiaodong.liu@intel.com>
This commit is contained in:
Xiaodong Liu 2017-06-26 04:40:03 -04:00
parent 34c341db35
commit 96ade864f1
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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])

View File

@ -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 )