summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2019-01-02 20:01:10 +0200
committerSergey Poznyakoff <gray@gnu.org>2019-01-02 20:20:28 +0200
commit2684c88a49a6da171c7e1ea03cbe5f8790c82711 (patch)
tree14ba9eea24c9a9beb4a33eb9443967be113e05ca /configure.ac
parent1ed62596cf859b73612abe8eb35616413ec5613c (diff)
downloadtar-release_1_31.tar.gz
Version 1.31release_1_31
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 8e4207b2..28392f17 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
# Configure template for GNU tar. -*- autoconf -*-
-# Copyright 1991, 1994-2010, 2013-2017 Free Software Foundation, Inc.
+# Copyright 1991, 1994-2010, 2013-2019 Free Software Foundation, Inc.
# This file is part of GNU tar.
@@ -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.30.90], [bug-tar@gnu.org])
+AC_INIT([GNU tar], [1.31], [bug-tar@gnu.org])
AC_CONFIG_SRCDIR([src/tar.c])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_HEADERS([config.h])