diff options
author | Jani Välimaa <wally@mageia.org> | 2020-02-03 19:45:29 +0200 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2020-02-03 19:45:29 +0200 |
commit | 3f5d7e812da6e96654ed39917ccbd1f8046c3916 (patch) | |
tree | 64bb08f466392db9b3df1a06dafb9c5faea6a11c | |
parent | c77511f05f13b1d568a6f04a1a9cf2625f40666e (diff) | |
download | rpm-setup-3f5d7e812da6e96654ed39917ccbd1f8046c3916.tar rpm-setup-3f5d7e812da6e96654ed39917ccbd1f8046c3916.tar.gz rpm-setup-3f5d7e812da6e96654ed39917ccbd1f8046c3916.tar.bz2 rpm-setup-3f5d7e812da6e96654ed39917ccbd1f8046c3916.tar.xz rpm-setup-3f5d7e812da6e96654ed39917ccbd1f8046c3916.zip |
2.512.51
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,4 @@ +Version 2.51 - 3 February 2020, by Jani Välimaa - rpmrc: use _ssp_cflags also with arm optflags - build.macros: drop pyver macro (moved to python-rpm-macros) - build.macros: drop unused macros diff --git a/configure.ac b/configure.ac index 78b5972..d5ec647 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.59) -AC_INIT(rpm-mageia-setup, 2.50, https://bugs.mageia.org/) +AC_INIT(rpm-mageia-setup, 2.51, https://bugs.mageia.org/) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9 -Wno-portability foreign no-dist-gzip dist-xz) AC_CONFIG_SRCDIR |