diff options
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,6 @@ +Version 2.18 - 12 April 2016, by Pascal Terjan + +- add config for armv7hl - don't append %ldflags to $LDFLAGS forcibly Version 2.17 - 15 November 2015, by Pascal Terjan diff --git a/configure.ac b/configure.ac index f8c7bba..69c7da5 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, 2.17, https://bugs.mageia.org/) +AC_INIT(rpm-mageia-setup, 2.18, https://bugs.mageia.org/) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9 -Wno-portability no-dist-gzip dist-xz) AC_CONFIG_SRCDIR |