From 07434ce70892554ae47b6ef7efbae52e598ef461 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Wed, 31 Jul 2019 11:38:52 +0200 Subject: [PATCH] Release 1.1 --- configure.ac | 2 +- rpm/dnf-plugin-diff.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index e50b59e..dccef47 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([dnf-plugin-diff], [1.0], [praiskup@redhat.com]) +AC_INIT([dnf-plugin-diff], [1.1], [praiskup@redhat.com]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AM_PATH_PYTHON AC_CONFIG_FILES([Makefile]) diff --git a/rpm/dnf-plugin-diff.spec b/rpm/dnf-plugin-diff.spec index 50af5e1..4e10f4f 100644 --- a/rpm/dnf-plugin-diff.spec +++ b/rpm/dnf-plugin-diff.spec @@ -1,7 +1,7 @@ %global __python %__python3 Name: dnf-plugin-diff -Version: 1.0 +Version: 1.1 Release: 1%{?dist} Summary: Diff changes in packages BuildArch: noarch