Skip to content

Commit 28305ad

Browse files
committed
Bump version to v2.31.1
Signed-off-by: Pablo de Lara <[email protected]>
1 parent 504fa67 commit 28305ad

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ include mem/Makefile.am
5353
# LIB version info not necessarily the same as package version
5454
LIBISAL_CURRENT=2
5555
LIBISAL_REVISION=31
56-
LIBISAL_AGE=0
56+
LIBISAL_AGE=1
5757

5858
lib_LTLIBRARIES = libisal.la
5959
pkginclude_HEADERS += $(sort ${extern_hdrs})

Makefile.nmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ isa-l.h:
356356
@echo.>> $@
357357
@echo #define ISAL_MAJOR_VERSION 2 >> $@
358358
@echo #define ISAL_MINOR_VERSION 31 >> $@
359-
@echo #define ISAL_PATCH_VERSION 0 >> $@
359+
@echo #define ISAL_PATCH_VERSION 1 >> $@
360360
@echo #define ISAL_MAKE_VERSION(maj, min, patch) ((maj) * 0x10000 + (min) * 0x100 + (patch))>> $@
361361
@echo #define ISAL_VERSION ISAL_MAKE_VERSION(ISAL_MAJOR_VERSION, ISAL_MINOR_VERSION, ISAL_PATCH_VERSION)>> $@
362362
@echo.>> $@

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
AC_PREREQ(2.69)
55
AC_INIT([libisal],
6-
[2.31.0],
6+
[2.31.1],
77
[https://github.com/intel/isa-l/issues],
88
[isa-l])
99
AC_CONFIG_SRCDIR([])

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.31.0
42+
version ?= 2.31.1
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.49.1.
2-
.TH IGZIP "1" "January 2024" "igzip command line interface 2.31.0" "User Commands"
1+
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.13.
2+
.TH IGZIP "1" "December 2024" "igzip 2.31.1" "User Commands"
33
.SH NAME
44
igzip \- compress or decompress files similar to gzip
55
.SH SYNOPSIS

0 commit comments

Comments
 (0)