diff options
-rw-r--r-- | abrt.spec | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -16,7 +16,7 @@ Summary: Automatic bug detection and reporting tool Name: abrt -Version: 1.0.9 +Version: 1.1.0 Release: %{?pkg_release} License: GPLv2+ Group: Applications/System diff --git a/configure.ac b/configure.ac index ccaf9793..35abf071 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([abrt], [1.0.9], [crash-catcher@fedorahosted.org]) +AC_INIT([abrt], [1.1.0], [crash-catcher@fedorahosted.org]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) |