From: Sergey Poznyakoff Date: Mon, 20 Dec 2004 13:54:01 +0000 (+0000) Subject: Raised version number to 1.15 X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftar;a=commitdiff_plain;h=5f1e6a6a3b65f3a981147a4f19c86ed621379ecf Raised version number to 1.15 --- diff --git a/NEWS b/NEWS index f927c7b..6ee2541 100644 --- a/NEWS +++ b/NEWS @@ -5,7 +5,7 @@ See the end for copying conditions. Please send GNU tar bug reports to -version 1.14.91 - Sergey Poznyakoff, 2004-12-14 +version 1.15 - Sergey Poznyakoff, 2004-12-20 * Compressed archives are recognised automatically, it is no longer necessary to specify -Z, -z, or -j options to read them. Thus, you can diff --git a/configure.ac b/configure.ac index 7f0c70a..2b24518 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA # 02111-1307, USA. -AC_INIT([GNU tar], [1.14.91], [bug-tar@gnu.org]) +AC_INIT([GNU tar], [1.15], [bug-tar@gnu.org]) AC_CONFIG_SRCDIR([src/tar.c]) AC_CONFIG_AUX_DIR([config]) AC_CONFIG_HEADERS([config.h:config.hin])