瀏覽代碼

Version 1.32

Sergey Poznyakoff 6 年之前
父節點
當前提交
44cfdfb8b6
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. 2 2
      NEWS
  2. 1 1
      configure.ac

+ 2 - 2
NEWS

@@ -1,8 +1,8 @@
-GNU tar NEWS - User visible changes. 2019-01-15
+GNU tar NEWS - User visible changes. 2019-02-23
 Please send GNU tar bug reports to <[email protected]>
 
 
-version 1.31.90 (git)
+version 1.32 - Sergey Poznyakoff, 2019-02-23
 
 * Fix the use of --checkpoint without explicit --checkpoint-action
 

+ 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.31.90], [[email protected]])
+AC_INIT([GNU tar], [1.32], [[email protected]])
 AC_CONFIG_SRCDIR([src/tar.c])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_HEADERS([config.h])