From a79ed431bc220d6fcedafac899deae27568bf473 Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Fri, 26 Feb 2010 17:34:59 +0100 Subject: increased version to 1.0.9 - we're already released 1.0.8 --- abrt.spec | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/abrt.spec b/abrt.spec index 7414c62..8d725c3 100644 --- a/abrt.spec +++ b/abrt.spec @@ -3,7 +3,7 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Summary: Automatic bug detection and reporting tool Name: abrt -Version: 1.0.8 +Version: 1.0.9 Release: 1%{?dist} License: GPLv2+ Group: Applications/System diff --git a/configure.ac b/configure.ac index a635ddc..ff03cff 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([abrt], [1.0.8], [crash-catcher@fedorahosted.org]) +AC_INIT([abrt], [1.0.9], [crash-catcher@fedorahosted.org]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) -- cgit