From 41948f977020bfc9cd2c66e3a2d0f45d210a84fc Mon Sep 17 00:00:00 2001 From: Ville Skyttä Date: Jun 25 2016 09:56:49 +0000 Subject: Release 8.8 --- diff --git a/NEWS b/NEWS index f712b01..41daace 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -rpmdevtools x.x (201x-xx-xx) +rpmdevtools 8.8 (2016-06-25) Ville Skyttä: - Fix build if no previous version of rpmdev-packager is installed diff --git a/configure.ac b/configure.ac index 269dcd1..1bee51e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(rpmdevtools, 8.7) +AC_INIT(rpmdevtools, 8.8) AM_INIT_AUTOMAKE([foreign 1.11 dist-xz no-dist-gzip -Wall -Wno-portability -Werror])