From d0088a3314bd7a80c1ea126de7729d0039cb5b3d Mon Sep 17 00:00:00 2001 From: circulosmeos Date: Mon, 6 Nov 2023 23:25:54 +0100 Subject: [PATCH] v1.6.1 --- README.md | 4 ++-- configure.ac | 2 +- gztool.1 | 2 +- gztool.c | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7e5031d..b1f6757 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ Copy gztool.c to the directory where you compiled zlib, and do: Usage ===== - gztool (v1.6.0) + gztool (v1.6.1) GZIP files indexer, compressor and data retriever. Create small indexes for gzipped files and use them for quick and random-positioned data extraction. @@ -447,7 +447,7 @@ Other interesting links Version ======= -This version is **v1.6.0**. +This version is **v1.6.1**. Please, read the *Disclaimer*. In case of any errors, please open an [issue](https://github.com/circulosmeos/gztool/issues). diff --git a/configure.ac b/configure.ac index c00753a..006850e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([gztool], [1.6.0], [roberto.s.galende@gmail.com]) +AC_INIT([gztool], [1.6.1], [roberto.s.galende@gmail.com]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AC_PROG_CC AC_PROG_CC_C99 diff --git a/gztool.1 b/gztool.1 index f7dc8ca..94dee4a 100644 --- a/gztool.1 +++ b/gztool.1 @@ -4,7 +4,7 @@ .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) -.TH gztool 1 "Apr 20 2023" "gztool v1.6.0" +.TH gztool 1 "Nov 6 2023" "gztool v1.6.1" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: diff --git a/gztool.c b/gztool.c index 1e88e7b..34881c6 100644 --- a/gztool.c +++ b/gztool.c @@ -123,7 +123,7 @@ #include #else #define PACKAGE_NAME "gztool" - #define PACKAGE_VERSION "1.6.0" + #define PACKAGE_VERSION "1.6.1" #endif #define _XOPEN_SOURCE 500 // expose 's pread()