diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-06-20 09:05:19 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-06-20 09:05:19 +0000 |
commit | 53b312bc4fed675be809203e8864a93edcb32e06 (patch) | |
tree | 0a57ae89786072a0321705127d75a5e90422541b /configure.ac | |
parent | 6b50f4b1f3332dfc4b49d1c26dd760979bf52c9f (diff) | |
download | rpm-setup-53b312bc4fed675be809203e8864a93edcb32e06.tar rpm-setup-53b312bc4fed675be809203e8864a93edcb32e06.tar.gz rpm-setup-53b312bc4fed675be809203e8864a93edcb32e06.tar.bz2 rpm-setup-53b312bc4fed675be809203e8864a93edcb32e06.tar.xz rpm-setup-53b312bc4fed675be809203e8864a93edcb32e06.zip |
1.81: fixes deprecated macros that were broken in previous release1.81
(%update_icon_cache, %clean_icon_cache, %post_install_gconf_schemas)
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 ccf1cb8..d8ace46 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # $Id$ AC_PREREQ(2.59) -AC_INIT(rpm-mandriva-setup, 1.80, nanardon@mandriva.org) +AC_INIT(rpm-mandriva-setup, 1.81, nanardon@mandriva.org) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9) AC_CONFIG_SRCDIR |