From dd625a9dfb8f4a6787f8efdb227f7bd860480d7c Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Tue, 17 Feb 2026 14:07:56 -0800 Subject: Change version number on develop branch to 1.3.2.1. --- os400/README400 | 2 +- os400/zlibfixed.rpgle | 8 ++++---- os400/zlibfree.rpgle | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) (limited to 'os400') diff --git a/os400/README400 b/os400/README400 index 9314a687..8164f787 100644 --- a/os400/README400 +++ b/os400/README400 @@ -1,4 +1,4 @@ - ZLIB version 1.3.2 for OS/400 installation instructions + ZLIB version 1.3.2.1 for OS/400 installation instructions 1) Download and unpack the zlib tarball to some IFS directory. (i.e.: /path/to/the/zlib/ifs/source/directory) diff --git a/os400/zlibfixed.rpgle b/os400/zlibfixed.rpgle index 75060f30..832960d3 100644 --- a/os400/zlibfixed.rpgle +++ b/os400/zlibfixed.rpgle @@ -1,7 +1,7 @@ * ZLIB.INC - Interface to the general purpose compression library * * ILE RPG400 version by Patrick Monnerat, DATASPHERE. - * Version 1.3.2 + * Version 1.3.2.1 * * * WARNING: @@ -22,14 +22,14 @@ * * Versioning information. * - D ZLIB_VERSION C '1.3.2' - D ZLIB_VERNUM C X'1320' + D ZLIB_VERSION C '1.3.2.1' + D ZLIB_VERNUM C X'1321' D ZLIB_VER_MAJOR C 1 D ZLIB_VER_MINOR C 3 D ZLIB_VER_REVISION... D C 2 D ZLIB_VER_SUBREVISION... - D C 0 + D C 1 * * Other equates. * diff --git a/os400/zlibfree.rpgle b/os400/zlibfree.rpgle index b35c4680..1f027dac 100644 --- a/os400/zlibfree.rpgle +++ b/os400/zlibfree.rpgle @@ -2,7 +2,7 @@ // ZLIB.INC - Interface to the general purpose compression library // ILE RPG400 version by Patrick Monnerat, DATASPHERE. -// Version 1.3.2 +// Version 1.3.2.1 // WARNING: @@ -23,12 +23,12 @@ // Versioning information. -Dcl-C ZLIB_VERSION '1.3.2'; -Dcl-C ZLIB_VERNUM X'1320'; +Dcl-C ZLIB_VERSION '1.3.2.1'; +Dcl-C ZLIB_VERNUM X'1321'; Dcl-C ZLIB_VER_MAJOR 1; Dcl-C ZLIB_VER_MINOR 3; Dcl-C ZLIB_VER_REVISION 2; -Dcl-C ZLIB_VER_SUBREVISION 0; +Dcl-C ZLIB_VER_SUBREVISION 1; // Other equates. -- cgit v1.2.3-55-g6feb