From 8ea96089afd774c2c0b0116cf428c5d4e4fb402f Mon Sep 17 00:00:00 2001 From: circulosmeos Date: Tue, 19 Nov 2024 01:40:54 +0100 Subject: [PATCH] v1.7.0 --- README.md | 4 ++-- configure.ac | 2 +- gztool.1 | 2 +- gztool.c | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b1f6757..acab9fa 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.1) + gztool (v1.7.0) 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.1**. +This version is **v1.7.0**. 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 006850e..b8b401b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([gztool], [1.6.1], [roberto.s.galende@gmail.com]) +AC_INIT([gztool], [1.7.0], [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 94dee4a..abd36fb 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 "Nov 6 2023" "gztool v1.6.1" +.TH gztool 1 "Nov 17 2024" "gztool v1.7.0" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: diff --git a/gztool.c b/gztool.c index 621317c..8c38bf3 100644 --- a/gztool.c +++ b/gztool.c @@ -13,7 +13,7 @@ // // LICENSE: // -// v0.1 to v1.6* by Roberto S. Galende, 2019, 2020, 2021, 2022, 2023 +// v0.1 to v1.7* by Roberto S. Galende, 2019, 2020, 2021, 2022, 2023, 2024 // //github.com/circulosmeos/gztool // A work by Roberto S. Galende // distributed under the same License terms covering @@ -123,7 +123,7 @@ #include #else #define PACKAGE_NAME "gztool" - #define PACKAGE_VERSION "1.6.1" + #define PACKAGE_VERSION "1.7.0" #endif #define _XOPEN_SOURCE 500 // expose 's pread()