diff options
author | Jani Välimaa <wally@mageia.org> | 2018-05-26 15:32:08 +0300 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2018-05-26 15:32:08 +0300 |
commit | af9d0c4168033f3556f1c8116ecde4dd672a98e4 (patch) | |
tree | 0b6632ee68016198a2e6756e08d22eb81bbfbaf1 | |
parent | 99fa4cd704daacc8c76905f0c94d03b1a04963f9 (diff) | |
download | rpm-setup-af9d0c4168033f3556f1c8116ecde4dd672a98e4.tar rpm-setup-af9d0c4168033f3556f1c8116ecde4dd672a98e4.tar.gz rpm-setup-af9d0c4168033f3556f1c8116ecde4dd672a98e4.tar.bz2 rpm-setup-af9d0c4168033f3556f1c8116ecde4dd672a98e4.tar.xz rpm-setup-af9d0c4168033f3556f1c8116ecde4dd672a98e4.zip |
2.282.28
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +Version 2.28 - 26 May 2018, by Jani Välimaa + - add -fasynchronous-unwind-tables to default optflags for x86_64 and aarch64 (%ix86 has it already) Version 2.27 - 22 March 2018, by Jani Välimaa diff --git a/configure.ac b/configure.ac index 5d4719d..4d2b8ae 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.27, https://bugs.mageia.org/) +AC_INIT(rpm-mageia-setup, 2.28, https://bugs.mageia.org/) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9 -Wno-portability no-dist-gzip dist-xz) AC_CONFIG_SRCDIR |