mirror of
https://github.com/intel/isa-l.git
synced 2025-03-03 21:06:23 +01:00
Bump version to v2.31.1
Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
This commit is contained in:
parent
504fa6721c
commit
28305ade9e
@ -53,7 +53,7 @@ include mem/Makefile.am
|
||||
# LIB version info not necessarily the same as package version
|
||||
LIBISAL_CURRENT=2
|
||||
LIBISAL_REVISION=31
|
||||
LIBISAL_AGE=0
|
||||
LIBISAL_AGE=1
|
||||
|
||||
lib_LTLIBRARIES = libisal.la
|
||||
pkginclude_HEADERS += $(sort ${extern_hdrs})
|
||||
|
@ -356,7 +356,7 @@ isa-l.h:
|
||||
@echo.>> $@
|
||||
@echo #define ISAL_MAJOR_VERSION 2 >> $@
|
||||
@echo #define ISAL_MINOR_VERSION 31 >> $@
|
||||
@echo #define ISAL_PATCH_VERSION 0 >> $@
|
||||
@echo #define ISAL_PATCH_VERSION 1 >> $@
|
||||
@echo #define ISAL_MAKE_VERSION(maj, min, patch) ((maj) * 0x10000 + (min) * 0x100 + (patch))>> $@
|
||||
@echo #define ISAL_VERSION ISAL_MAKE_VERSION(ISAL_MAJOR_VERSION, ISAL_MINOR_VERSION, ISAL_PATCH_VERSION)>> $@
|
||||
@echo.>> $@
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
AC_PREREQ(2.69)
|
||||
AC_INIT([libisal],
|
||||
[2.31.0],
|
||||
[2.31.1],
|
||||
[https://github.com/intel/isa-l/issues],
|
||||
[isa-l])
|
||||
AC_CONFIG_SRCDIR([])
|
||||
|
2
make.inc
2
make.inc
@ -39,7 +39,7 @@
|
||||
# trace - get simulator trace
|
||||
# clean - remove object files
|
||||
|
||||
version ?= 2.31.0
|
||||
version ?= 2.31.1
|
||||
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.49.1.
|
||||
.TH IGZIP "1" "January 2024" "igzip command line interface 2.31.0" "User Commands"
|
||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.13.
|
||||
.TH IGZIP "1" "December 2024" "igzip 2.31.1" "User Commands"
|
||||
.SH NAME
|
||||
igzip \- compress or decompress files similar to gzip
|
||||
.SH SYNOPSIS
|
||||
|
Loading…
x
Reference in New Issue
Block a user