mirror of
https://github.com/intel/isa-l.git
synced 2024-12-12 17:33:50 +01:00
build: Bump revision to 2.24
Change-Id: I55b665f36867e827b5b3660e6fee297908cdc4ea Signed-off-by: Greg Tucker <greg.b.tucker@intel.com>
This commit is contained in:
parent
2065e638f2
commit
3983fac41f
@ -40,7 +40,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=23
|
LIBISAL_REVISION=24
|
||||||
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.23.0],
|
[2.24.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])
|
||||||
|
4
make.inc
4
make.inc
@ -1,5 +1,5 @@
|
|||||||
########################################################################
|
########################################################################
|
||||||
# Copyright(c) 2011-2015 Intel Corporation All rights reserved.
|
# Copyright(c) 2011-2018 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
|
||||||
@ -39,7 +39,7 @@
|
|||||||
# trace - get simulator trace
|
# trace - get simulator trace
|
||||||
# clean - remove object files
|
# clean - remove object files
|
||||||
|
|
||||||
version ?= 2.23.0
|
version ?= 2.24.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,7 +1,7 @@
|
|||||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6.
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6.
|
||||||
.TH IGZIP "1" "September 2018" "igzip command line interface 2.23.0" "User Commands"
|
.TH IGZIP "1" "September 2018" "igzip command line interface 2.24.0" "User Commands"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
igzip \- manual page for igzip command line interface 2.23.0
|
igzip \- manual page for igzip command line interface 2.24.0
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B igzip
|
.B igzip
|
||||||
[\fI\,options\/\fR] [\fI\,infiles\/\fR]
|
[\fI\,options\/\fR] [\fI\,infiles\/\fR]
|
||||||
|
Loading…
Reference in New Issue
Block a user