From 96ade864f1934b381dfb9738b18cd0f9b092f6ee Mon Sep 17 00:00:00 2001 From: Xiaodong Liu Date: Mon, 26 Jun 2017 04:40:03 -0400 Subject: [PATCH] build: Bump revision to 2.19 Change-Id: Ib0f47911fc4745faf3535e73eefa4c012500316f Signed-off-by: Xiaodong Liu --- LICENSE | 2 +- Makefile.am | 2 +- configure.ac | 2 +- make.inc | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index 80afa9a..ecebef1 100644 --- a/LICENSE +++ b/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 modification, are permitted provided that the following conditions diff --git a/Makefile.am b/Makefile.am index e0edfa3..cc82481 100644 --- a/Makefile.am +++ b/Makefile.am @@ -34,7 +34,7 @@ include igzip/Makefile.am # LIB version info not necessarily the same as package version LIBISAL_CURRENT=2 -LIBISAL_REVISION=18 +LIBISAL_REVISION=19 LIBISAL_AGE=0 lib_LTLIBRARIES = libisal.la diff --git a/configure.ac b/configure.ac index b4cb0fe..0171483 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.69) AC_INIT([libisal], - [2.18.0], + [2.19.0], [sg.support.isal@intel.com], [isa-l], [http://01.org/storage-acceleration-library]) diff --git a/make.inc b/make.inc index 6ed2716..ffb4f61 100644 --- a/make.inc +++ b/make.inc @@ -39,7 +39,7 @@ # trace - get simulator trace # clean - remove object files -version ?= 2.18.0 +version ?= 2.19.0 host_cpu ?= $(shell uname -m | sed -e 's/amd/x86_/') arch ?= $(shell uname | grep -v -e Linux -e BSD )