mirror of
https://github.com/intel/isa-l.git
synced 2024-12-12 09:23:50 +01:00
build: Bump revision to 2.27
Change-Id: Ia0f0f872614370475a29fdab32b587480a3ff760 Signed-off-by: Greg Tucker <greg.b.tucker@intel.com>
This commit is contained in:
parent
0a7e3167ce
commit
10906f3d3a
@ -49,7 +49,7 @@ include mem/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=26
|
LIBISAL_REVISION=27
|
||||||
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.26.0],
|
[2.27.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])
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
LIBRARY isa-l
|
LIBRARY isa-l
|
||||||
VERSION 2.26
|
VERSION 2.27
|
||||||
EXPORTS
|
EXPORTS
|
||||||
|
|
||||||
ec_encode_data_sse @1
|
ec_encode_data_sse @1
|
||||||
|
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.26.0
|
version ?= 2.27.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 )
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.10.
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.10.
|
||||||
.TH IGZIP "1" "June 2019" "igzip command line interface 2.26.0" "User Commands"
|
.TH IGZIP "1" "June 2019" "igzip command line interface 2.27.0" "User Commands"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
igzip \- compress or decompress files similar to gzip
|
igzip \- compress or decompress files similar to gzip
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
@ -59,8 +59,8 @@ do not save/use file name and timestamp in compress/decompress
|
|||||||
\fB\-t\fR, \fB\-\-test\fR
|
\fB\-t\fR, \fB\-\-test\fR
|
||||||
test compressed file integrity
|
test compressed file integrity
|
||||||
.TP
|
.TP
|
||||||
\fB\-T\fR, \fB\-\-threads\fR
|
\fB\-T\fR, \fB\-\-threads\fR <n>
|
||||||
use N threads to compress if enabled
|
use n threads to compress if enabled
|
||||||
.TP
|
.TP
|
||||||
\fB\-q\fR, \fB\-\-quiet\fR
|
\fB\-q\fR, \fB\-\-quiet\fR
|
||||||
suppress warnings
|
suppress warnings
|
||||||
|
Loading…
Reference in New Issue
Block a user