Skip to content

Commit

Permalink
Bump version to v2.31
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
  • Loading branch information
pablodelara committed Jan 18, 2024
1 parent d4e1c21 commit bd22637
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ include mem/Makefile.am

# LIB version info not necessarily the same as package version
LIBISAL_CURRENT=2
LIBISAL_REVISION=30
LIBISAL_REVISION=31
LIBISAL_AGE=0

lib_LTLIBRARIES = libisal.la
Expand Down
2 changes: 1 addition & 1 deletion Makefile.nmake
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ isa-l.h:
@echo #define _ISAL_H_>> $@
@echo.>> $@
@echo #define ISAL_MAJOR_VERSION 2 >> $@
@echo #define ISAL_MINOR_VERSION 30 >> $@
@echo #define ISAL_MINOR_VERSION 31 >> $@
@echo #define ISAL_PATCH_VERSION 0 >> $@
@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)>> $@
Expand Down
7 changes: 3 additions & 4 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@

AC_PREREQ(2.69)
AC_INIT([libisal],
[2.30.0],
[sg.support.isal@intel.com],
[isa-l],
[http://01.org/storage-acceleration-library])
[2.31.0],
[https://github.com/intel/isa-l/issues],
[isa-l])
AC_CONFIG_SRCDIR([])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([
Expand Down
2 changes: 1 addition & 1 deletion make.inc
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
# trace - get simulator trace
# clean - remove object files

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

Expand Down
4 changes: 2 additions & 2 deletions programs/igzip.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.11.
.TH IGZIP "1" "November 2020" "igzip command line interface 2.30.0" "User Commands"
.\" 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"
.SH NAME
igzip \- compress or decompress files similar to gzip
.SH SYNOPSIS
Expand Down

0 comments on commit bd22637

Please sign in to comment.