summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2011-04-26 10:46:32 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2011-04-26 10:46:32 +0200
commitdaeac8c67966779b9ff6fce186de00bd2423e2d6 (patch)
tree11abcc6d6f8e90b4fec1b2381db83847d451c9de
parent3f668dcf929d9fa11e5d388dfd45eff3062f5238 (diff)
downloadabrt-daeac8c67966779b9ff6fce186de00bd2423e2d6.tar.gz
abrt-daeac8c67966779b9ff6fce186de00bd2423e2d6.tar.xz
abrt-daeac8c67966779b9ff6fce186de00bd2423e2d6.zip
increase version to 2.0.2
-rw-r--r--abrt.spec2
-rw-r--r--configure.ac2
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])