From: Sergey Poznyakoff Date: Mon, 13 Dec 2021 14:14:26 +0000 (+0200) Subject: Raise version number X-Git-Tag: v1.35~84 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac119c80e4b6c2c676cdb2b25e0b56f2a093c55d;p=thirdparty%2Ftar.git Raise version number --- diff --git a/NEWS b/NEWS index 295bb09a..84af3247 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ -GNU tar NEWS - User visible changes. 2021-12-12 +GNU tar NEWS - User visible changes. 2021-12-13 Please send GNU tar bug reports to -version TBD +version 1.34.90 (git) * Fail when building GNU tar, if the platform supports 64-bit time_t but the build uses only 32-bit time_t. diff --git a/configure.ac b/configure.ac index 0d31d1ee..be078e1b 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -AC_INIT([GNU tar], [1.34], [bug-tar@gnu.org]) +AC_INIT([GNU tar], [1.34.90], [bug-tar@gnu.org]) AC_CONFIG_SRCDIR([src/tar.c]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([config.h])