diff options
author | Jani Välimaa <wally@mageia.org> | 2020-01-16 20:32:25 +0200 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2020-01-16 20:32:25 +0200 |
commit | ff5197a7121be4afa202d08a8e392c9963f7731a (patch) | |
tree | e82878de2faca43db30732b6d1c8b11803652fd7 | |
parent | d7aae46364f29ba9b0b2ee6dd9cb9217bc6c23f6 (diff) | |
download | rpm-setup-ff5197a7121be4afa202d08a8e392c9963f7731a.tar rpm-setup-ff5197a7121be4afa202d08a8e392c9963f7731a.tar.gz rpm-setup-ff5197a7121be4afa202d08a8e392c9963f7731a.tar.bz2 rpm-setup-ff5197a7121be4afa202d08a8e392c9963f7731a.tar.xz rpm-setup-ff5197a7121be4afa202d08a8e392c9963f7731a.zip |
2.492.49
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,4 @@ +Version 2.49 - 16 January 2020, by Jani Välimaa - build.macros: replace configure2_5x with configure macro - sync configure macro with rpm upstream - build.macros: drop legacy libtoolize calls from configure macros diff --git a/configure.ac b/configure.ac index a286f96..ce93484 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.59) -AC_INIT(rpm-mageia-setup, 2.48, https://bugs.mageia.org/) +AC_INIT(rpm-mageia-setup, 2.49, https://bugs.mageia.org/) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9 -Wno-portability foreign no-dist-gzip dist-xz) AC_CONFIG_SRCDIR |