diff options
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,4 @@ +Version 1.147 - 27 Dec 2011, by Anssi Hannula - disable internal dep generator as we can't use it yet due to our external dep generator customizations - add support for $EXCLUDE_FROM_FULL_STRIP regexp which makes diff --git a/configure.ac b/configure.ac index 68a426f..2234d89 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # $Id: configure.ac 271266 2010-11-04 10:43:28Z fwang $ AC_PREREQ(2.59) -AC_INIT(rpm-mageia-setup, 1.146, dmorgan@mageia.org) +AC_INIT(rpm-mageia-setup, 1.147, dmorgan@mageia.org) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9 -Wno-portability no-dist-gzip dist-xz) AC_CONFIG_SRCDIR |