summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-06-25 15:15:24 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-06-25 15:15:24 +0200
commit1a088f4811db0f11ee6e561a47a8dd0f5fd400d8 (patch)
treeb40043eb9c647dd782fd1601f4af3a0f75dba280
parentd35ae45442de7fa84be117ad679d3c39a9fe2495 (diff)
downloadabrt-1a088f4811db0f11ee6e561a47a8dd0f5fd400d8.tar.gz
abrt-1a088f4811db0f11ee6e561a47a8dd0f5fd400d8.tar.xz
abrt-1a088f4811db0f11ee6e561a47a8dd0f5fd400d8.zip
bump version to 1.1.8
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-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 1197bffb..b4817171 100644
--- a/abrt.spec
+++ b/abrt.spec
@@ -16,7 +16,7 @@
Summary: Automatic bug detection and reporting tool
Name: abrt
-Version: 1.1.7
+Version: 1.1.8
Release: %{?pkg_release}
License: GPLv2+
Group: Applications/System
diff --git a/configure.ac b/configure.ac
index 2b64ca98..9b6beb55 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([abrt], [1.1.7], [crash-catcher@fedorahosted.org])
+AC_INIT([abrt], [1.1.8], [crash-catcher@fedorahosted.org])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])