]> git.ipfire.org Git - thirdparty/tar.git/commitdiff
Raise version number
authorSergey Poznyakoff <gray@gnu.org>
Mon, 13 Dec 2021 14:14:26 +0000 (16:14 +0200)
committerSergey Poznyakoff <gray@gnu.org>
Mon, 13 Dec 2021 14:14:26 +0000 (16:14 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 295bb09a65cc85e57326599f04cbea6cb87f9cb5..84af32472f831eb8c12ba90484cab3ea831d4a90 100644 (file)
--- 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 <bug-tar@gnu.org>
 \f
-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.
index 0d31d1eeaf1ad24514d123a8f8976afffc39a776..be078e1b7eb3ca337a8285180541b3636e01b41a 100644 (file)
@@ -17,7 +17,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-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])