From: Sergey Poznyakoff Date: Wed, 27 Nov 2019 16:51:58 +0000 (+0200) Subject: Version 1.32.90 X-Git-Tag: release_1_33~15 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=e1005b385d560acd09df78901633af693a89858c;p=thirdparty%2Ftar.git Version 1.32.90 --- diff --git a/NEWS b/NEWS index acbebdd4..0a47aaa8 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,8 @@ -GNU tar NEWS - User visible changes. 2019-02-23 +GNU tar NEWS - User visible changes. 2019-11-27 Please send GNU tar bug reports to + +version 1.32.90 (git) version 1.32 - Sergey Poznyakoff, 2019-02-23 diff --git a/configure.ac b/configure.ac index 75fb2e4f..b03f1dc0 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.32], [bug-tar@gnu.org]) +AC_INIT([GNU tar], [1.32.90], [bug-tar@gnu.org]) AC_CONFIG_SRCDIR([src/tar.c]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([config.h])