From 4cc3c74a02d15cd7eb8c378e1ae82bf116222799 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Jul 17 2021 16:29:04 +0000 Subject: Release 9.5 --- diff --git a/NEWS b/NEWS index 7542dd0..c11c295 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -rpmdevtools 9.x (2021-07-xx) +rpmdevtools 9.5 (2021-07-17) Neal Gompa: - bumpspec: Use the correct parameter name for specfile_uses_rpmautospec() diff --git a/configure.ac b/configure.ac index 9ee1717..99c9bdd 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(rpmdevtools, 9.4) +AC_INIT(rpmdevtools, 9.5) AM_INIT_AUTOMAKE([foreign 1.11 dist-xz no-dist-gzip -Wall -Wno-portability -Werror])