Sergey Poznyakoff před 8 roky
rodič
revize
20b55f0679
2 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. 2 2
      NEWS
  2. 1 1
      configure.ac

+ 2 - 2
NEWS

@@ -1,8 +1,8 @@
-GNU tar NEWS - User visible changes. 2016-03-24
+GNU tar NEWS - User visible changes. 2016-05-16
 Please send GNU tar bug reports to <[email protected]>
 
 
-version 1.28.90 (Git)
+version 1.29 - Sergey Poznyakoff, 2016-05-16
 
 * New options: --verbatim-files-from, --no-verbatim-files-from
 

+ 1 - 1
configure.ac

@@ -17,7 +17,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-AC_INIT([GNU tar], [1.28.90], [[email protected]])
+AC_INIT([GNU tar], [1.29], [[email protected]])
 AC_CONFIG_SRCDIR([src/tar.c])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_HEADERS([config.h])