From f501cf8c9afcb6dc77c32493b0f1d53f65ac34c4 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Sun, 19 Oct 2025 09:39:14 +0300 Subject: [PATCH] Version 1.35.90 --- NEWS | 4 ++-- configure.ac | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 9a10b8b8..4a216758 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ -GNU tar NEWS - User visible changes. 2025-07-26 +GNU tar NEWS - User visible changes. 2025-10-19 Please send GNU tar bug reports to -version TBD +version 1.35.90 (git) * New manual section "Reproducibility", for reproducible tarballs. diff --git a/configure.ac b/configure.ac index d6e3041e..334c3510 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.35], [bug-tar@gnu.org]) +AC_INIT([GNU tar], [1.35.90], [bug-tar@gnu.org]) AC_CONFIG_SRCDIR([src/tar.c]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([config.h]) -- 2.47.3