summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 9300d7cf..7adb9b22 100644
--- a/abrt.spec
+++ b/abrt.spec
@@ -20,7 +20,7 @@
Summary: Automatic bug detection and reporting tool
Name: abrt
-Version: 1.1.17
+Version: 1.1.18
Release: %{?pkg_release}
License: GPLv2+
Group: Applications/System
diff --git a/configure.ac b/configure.ac
index ed7e18bf..e9331bd6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([abrt], [1.1.17], [crash-catcher@fedorahosted.org])
+AC_INIT([abrt], [1.1.18], [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])