summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2016-05-16 09:57:39 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2016-05-16 11:51:12 +0300
commit20b55f0679d314568ec21ae6db1ea635494e292b (patch)
treed514d7fc0580b336ecb27bd4e948d78d63486807
parent35b292ac4bb4874f238a12460a06fdcc1df4fbf3 (diff)
downloadtar-20b55f0679d314568ec21ae6db1ea635494e292b.tar.gz
Version 1.29release_1_29
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 6c0b3bc1..501164ab 100644
--- a/NEWS
+++ b/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 <bug-tar@gnu.org>
-version 1.28.90 (Git)
+version 1.29 - Sergey Poznyakoff, 2016-05-16
* New options: --verbatim-files-from, --no-verbatim-files-from
diff --git a/configure.ac b/configure.ac
index 6d14bbd6..50fbae51 100644
--- a/configure.ac
+++ b/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], [bug-tar@gnu.org])
+AC_INIT([GNU tar], [1.29], [bug-tar@gnu.org])
AC_CONFIG_SRCDIR([src/tar.c])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_HEADERS([config.h])