mirror of
https://github.com/intel/isa-l.git
synced 2024-12-12 09:23:50 +01:00
build: Bump revision to 2.26
Change-Id: I97ed7ab591e8174f7379be0563d6b9f2d0f90f0a Signed-off-by: Greg Tucker <greg.b.tucker@intel.com>
This commit is contained in:
parent
8f06ac6973
commit
f30db4c6c6
@ -44,7 +44,7 @@ include mem/Makefile.am
|
||||
|
||||
# LIB version info not necessarily the same as package version
|
||||
LIBISAL_CURRENT=2
|
||||
LIBISAL_REVISION=25
|
||||
LIBISAL_REVISION=26
|
||||
LIBISAL_AGE=0
|
||||
|
||||
lib_LTLIBRARIES = libisal.la
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
AC_PREREQ(2.69)
|
||||
AC_INIT([libisal],
|
||||
[2.25.0],
|
||||
[2.26.0],
|
||||
[sg.support.isal@intel.com],
|
||||
[isa-l],
|
||||
[http://01.org/storage-acceleration-library])
|
||||
|
2
make.inc
2
make.inc
@ -39,7 +39,7 @@
|
||||
# trace - get simulator trace
|
||||
# clean - remove object files
|
||||
|
||||
version ?= 2.25.0
|
||||
version ?= 2.26.0
|
||||
host_cpu ?= $(shell uname -m | sed -e 's/amd/x86_/')
|
||||
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.7.
|
||||
.TH IGZIP "1" "December 2018" "igzip command line interface 2.25.0" "User Commands"
|
||||
.TH IGZIP "1" "March 2019" "igzip command line interface 2.26.0" "User Commands"
|
||||
.SH NAME
|
||||
igzip \- compress or decompress files similar to gzip
|
||||
.SH SYNOPSIS
|
||||
|
Loading…
Reference in New Issue
Block a user