From 5c490334eca818a5611ee7f4893923dfd19e29fb Mon Sep 17 00:00:00 2001 From: Ville Skyttä Date: May 10 2015 17:33:27 +0000 Subject: Release 8.6 --- diff --git a/NEWS b/NEWS index 8eca8d3..7bdc5ce 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -rpmdevtools x.x (201x-xx-xx) +rpmdevtools 8.6 (2015-05-10) Ville Skyttä: - Update bash completion setup for modern bash-completion diff --git a/configure.ac b/configure.ac index c57ac7e..2c0ecd8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(rpmdevtools, 8.5) +AC_INIT(rpmdevtools, 8.6) AM_INIT_AUTOMAKE([foreign 1.11 dist-xz no-dist-gzip -Wall -Wno-portability -Werror])