diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-06-13 06:59:29 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-06-13 06:59:29 +0000 |
commit | 6b50f4b1f3332dfc4b49d1c26dd760979bf52c9f (patch) | |
tree | 8b47f49bd628ce1a2f94c01ad27bb46153549616 /configure.ac | |
parent | 3154ba03c219bcbfb6a7f09cf37f60a0342e5e2a (diff) | |
download | rpm-setup-6b50f4b1f3332dfc4b49d1c26dd760979bf52c9f.tar rpm-setup-6b50f4b1f3332dfc4b49d1c26dd760979bf52c9f.tar.gz rpm-setup-6b50f4b1f3332dfc4b49d1c26dd760979bf52c9f.tar.bz2 rpm-setup-6b50f4b1f3332dfc4b49d1c26dd760979bf52c9f.tar.xz rpm-setup-6b50f4b1f3332dfc4b49d1c26dd760979bf52c9f.zip |
1.80: macros deprecated by rpm filetriggers now return nothing1.80
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 038a2f8..ccf1cb8 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # $Id$ AC_PREREQ(2.59) -AC_INIT(rpm-mandriva-setup, 1.79, nanardon@mandriva.org) +AC_INIT(rpm-mandriva-setup, 1.80, nanardon@mandriva.org) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9) AC_CONFIG_SRCDIR |