Explorar el Código

Raised version number to 1.15

Sergey Poznyakoff hace 20 años
padre
commit
5f1e6a6a3b
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      NEWS
  2. 1 1
      configure.ac

+ 1 - 1
NEWS

@@ -5,7 +5,7 @@ See the end for copying conditions.
 
 
 Please send GNU tar bug reports to <[email protected]>
 Please send GNU tar bug reports to <[email protected]>
 
 
-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
 * Compressed archives are recognised automatically, it is no longer
 necessary to specify -Z, -z, or -j options to read them. Thus, you can
 necessary to specify -Z, -z, or -j options to read them. Thus, you can

+ 1 - 1
configure.ac

@@ -18,7 +18,7 @@
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 # 02111-1307, USA.
 # 02111-1307, USA.
 
 
-AC_INIT([GNU tar], [1.14.91], [[email protected]])
+AC_INIT([GNU tar], [1.15], [[email protected]])
 AC_CONFIG_SRCDIR([src/tar.c])
 AC_CONFIG_SRCDIR([src/tar.c])
 AC_CONFIG_AUX_DIR([config])
 AC_CONFIG_AUX_DIR([config])
 AC_CONFIG_HEADERS([config.h:config.hin])
 AC_CONFIG_HEADERS([config.h:config.hin])