From: Sergey Poznyakoff Date: Fri, 8 Dec 2006 13:40:07 +0000 (+0000) Subject: Raise version number to 1.16.1 X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftar;a=commitdiff_plain;h=079f2d6807a27d18a7ad23edc5420f767ccbdbfa Raise version number to 1.16.1 --- diff --git a/configure.ac b/configure.ac index c6bb421..5406723 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA # 02110-1301, USA. -AC_INIT([GNU tar], [1.16], [bug-tar@gnu.org]) +AC_INIT([GNU tar], [1.16.1], [bug-tar@gnu.org]) AC_CONFIG_SRCDIR([src/tar.c]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([config.h:config.hin])