Skip to content

Commit

Permalink
v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
circulosmeos committed Mar 15, 2023
1 parent 985782c commit 955e978
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Copy gztool.c to the directory where you compiled zlib, and do:
Usage
=====

gztool (v1.5.1)
gztool (v1.5.2)
GZIP files indexer, compressor and data retriever.
Create small indexes for gzipped files and use them
for quick and random-positioned data extraction.
Expand Down Expand Up @@ -438,7 +438,7 @@ Other interesting links
Version
=======

This version is **v1.5.1**.
This version is **v1.5.2**.

Please, read the *Disclaimer*. In case of any errors, please open an [issue](https://github.com/circulosmeos/gztool/issues).

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([gztool], [1.5.1], [roberto.s.galende@gmail.com])
AC_INIT([gztool], [1.5.2], [roberto.s.galende@gmail.com])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
AC_PROG_CC
AC_PROG_CC_C99
Expand Down
2 changes: 1 addition & 1 deletion gztool.1
Original file line number Diff line number Diff line change
Expand Up @@ -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 "Jul 20 2022" "gztool v1.5.1"
.TH gztool 1 "Mar 15 2023" "gztool v1.5.2"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
Expand Down
4 changes: 2 additions & 2 deletions gztool.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
//
// LICENSE:
//
// v0.1 to v1.5* by Roberto S. Galende, 2019, 2020, 2021, 2022
// v0.1 to v1.5* by Roberto S. Galende, 2019, 2020, 2021, 2022, 2023
// //github.com/circulosmeos/gztool
// A work by Roberto S. Galende
// distributed under the same License terms covering
Expand Down Expand Up @@ -123,7 +123,7 @@
#include <config.h>
#else
#define PACKAGE_NAME "gztool"
#define PACKAGE_VERSION "1.5.1"
#define PACKAGE_VERSION "1.5.2"
#endif

#define _XOPEN_SOURCE 500 // expose <unistd.h>'s pread()
Expand Down

0 comments on commit 955e978

Please sign in to comment.