Raised version number to 1.15

This commit is contained in:
Sergey Poznyakoff
2004-12-20 13:54:01 +00:00
parent aa600ee769
commit 5f1e6a6a3b
2 changed files with 2 additions and 2 deletions

2
NEWS
View File

@@ -5,7 +5,7 @@ See the end for copying conditions.
Please send GNU tar bug reports to <bug-tar@gnu.org>
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

View File

@@ -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])