diff options
author | Jiri Moskovcak <jmoskovc@redhat.com> | 2010-05-12 16:18:54 +0200 |
---|---|---|
committer | Jiri Moskovcak <jmoskovc@redhat.com> | 2010-05-12 16:18:54 +0200 |
commit | c1a9aa6924193051827a1e5cbb0139c577f87897 (patch) | |
tree | 21efec342955e8e4e4069a0e636a5de9148c4efa /configure.ac | |
parent | f76fc3517aa17d0dc8f86ae8462be1765d68b9ae (diff) | |
download | abrt-c1a9aa6924193051827a1e5cbb0139c577f87897.tar.gz abrt-c1a9aa6924193051827a1e5cbb0139c577f87897.tar.xz abrt-c1a9aa6924193051827a1e5cbb0139c577f87897.zip |
increased version to 1.1.11.1.1
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 35abf071..e72f896d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([abrt], [1.1.0], [crash-catcher@fedorahosted.org]) +AC_INIT([abrt], [1.1.1], [crash-catcher@fedorahosted.org]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) |