From daeac8c67966779b9ff6fce186de00bd2423e2d6 Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Tue, 26 Apr 2011 10:46:32 +0200 Subject: increase version to 2.0.2 --- abrt.spec | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/abrt.spec b/abrt.spec index cf25c59f..38ee7fd3 100644 --- a/abrt.spec +++ b/abrt.spec @@ -21,7 +21,7 @@ Summary: Automatic bug detection and reporting tool Name: abrt -Version: 2.0.1 +Version: 2.0.2 Release: %{?pkg_release} License: GPLv2+ Group: Applications/System diff --git a/configure.ac b/configure.ac index a971507d..ed5eeb37 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([abrt], [2.0.1], [crash-catcher@fedorahosted.org]) +AC_INIT([abrt], [2.0.2], [crash-catcher@fedorahosted.org]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([-Wall -Werror foreign silent-rules]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES]) -- cgit