diff options
| author | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-10-13 15:46:14 +0200 |
|---|---|---|
| committer | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-10-13 15:46:14 +0200 |
| commit | 52a0b7b894c1e7882e5e576d960539f823c8d95b (patch) | |
| tree | e6dda613cf21dca218047971c22e9222421bad9a | |
| parent | a140a59401c42cc97de134a76826c321b7c84be0 (diff) | |
| download | abrt-52a0b7b894c1e7882e5e576d960539f823c8d95b.tar.gz abrt-52a0b7b894c1e7882e5e576d960539f823c8d95b.tar.xz abrt-52a0b7b894c1e7882e5e576d960539f823c8d95b.zip | |
new version
| -rw-r--r-- | abrt.spec | 4 | ||||
| -rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -3,8 +3,8 @@ %{!?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: 0.0.9 -Release: 3%{?dist} +Version: 0.0.10 +Release: 1%{?dist} License: GPLv2+ Group: Applications/System URL: https://fedorahosted.org/abrt/ diff --git a/configure.ac b/configure.ac index c8c0388..aa9579b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([abrt], [0.0.9], [jmoskovc@redhat.com]) +AC_INIT([abrt], [0.0.10], [jmoskovc@redhat.com]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) |
