Raise version number to 1.18.90

This commit is contained in:
Sergey Poznyakoff
2007-09-27 09:16:24 +00:00
parent 63f8de655b
commit 2c56ca0e7f
2 changed files with 3 additions and 3 deletions

4
NEWS
View File

@@ -1,8 +1,8 @@
GNU tar NEWS - User visible changes. 2007-09-26
GNU tar NEWS - User visible changes. 2007-09-27
Please send GNU tar bug reports to <bug-tar@gnu.org>
version 1.18.1 (CVS)
version 1.18.90 (CVS)
* New option --exclude-vcs

View File

@@ -18,7 +18,7 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
# 02110-1301, USA.
AC_INIT([GNU tar], [1.18.1], [bug-tar@gnu.org])
AC_INIT([GNU tar], [1.18.90], [bug-tar@gnu.org])
AC_CONFIG_SRCDIR([src/tar.c])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_HEADERS([config.h:config.hin])