Skip to content

Commit bd22637

Browse files
committed
Bump version to v2.31
Signed-off-by: Pablo de Lara <[email protected]>
1 parent d4e1c21 commit bd22637

File tree

5 files changed

+8
-9
lines changed

5 files changed

+8
-9
lines changed

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ include mem/Makefile.am
5252

5353
# LIB version info not necessarily the same as package version
5454
LIBISAL_CURRENT=2
55-
LIBISAL_REVISION=30
55+
LIBISAL_REVISION=31
5656
LIBISAL_AGE=0
5757

5858
lib_LTLIBRARIES = libisal.la

Makefile.nmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ isa-l.h:
353353
@echo #define _ISAL_H_>> $@
354354
@echo.>> $@
355355
@echo #define ISAL_MAJOR_VERSION 2 >> $@
356-
@echo #define ISAL_MINOR_VERSION 30 >> $@
356+
@echo #define ISAL_MINOR_VERSION 31 >> $@
357357
@echo #define ISAL_PATCH_VERSION 0 >> $@
358358
@echo #define ISAL_MAKE_VERSION(maj, min, patch) ((maj) * 0x10000 + (min) * 0x100 + (patch))>> $@
359359
@echo #define ISAL_VERSION ISAL_MAKE_VERSION(ISAL_MAJOR_VERSION, ISAL_MINOR_VERSION, ISAL_PATCH_VERSION)>> $@

configure.ac

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@
33

44
AC_PREREQ(2.69)
55
AC_INIT([libisal],
6-
[2.30.0],
7-
8-
[isa-l],
9-
[http://01.org/storage-acceleration-library])
6+
[2.31.0],
7+
[https://github.com/intel/isa-l/issues],
8+
[isa-l])
109
AC_CONFIG_SRCDIR([])
1110
AC_CONFIG_AUX_DIR([build-aux])
1211
AM_INIT_AUTOMAKE([

make.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
# trace - get simulator trace
4040
# clean - remove object files
4141

42-
version ?= 2.30.0
42+
version ?= 2.31.0
4343
host_cpu ?= $(shell uname -m | sed -e 's/amd/x86_/')
4444
arch ?= $(shell uname | grep -v -e Linux -e BSD )
4545

programs/igzip.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.11.
2-
.TH IGZIP "1" "November 2020" "igzip command line interface 2.30.0" "User Commands"
1+
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.1.
2+
.TH IGZIP "1" "January 2024" "igzip command line interface 2.31.0" "User Commands"
33
.SH NAME
44
igzip \- compress or decompress files similar to gzip
55
.SH SYNOPSIS

0 commit comments

Comments
 (0)