From 57b8595259cb27e611ff36863bd3e785e0f5d140 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Thu, 13 Feb 2014 08:45:52 +0200 Subject: [PATCH] Preparing for rpm 4.11.2 final --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 419799664f..6cebc06404 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.61) -AC_INIT(rpm, 4.11.2-rc2, rpm-maint@lists.rpm.org) +AC_INIT(rpm, 4.11.2, rpm-maint@lists.rpm.org) AC_CONFIG_SRCDIR([rpmqv.c]) AC_CONFIG_HEADERS([config.h])