diff options
author | Jani Välimaa <wally@mageia.org> | 2024-04-10 20:43:24 +0300 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2024-04-10 20:43:24 +0300 |
commit | 18d7dad624643b83f59e9a20a5514102068c108f (patch) | |
tree | d4b60aaac0a306640ae6d153f21e0baf1e80e2fc | |
parent | fc851c8f574799c42ec7b5505a005bdbf575c47f (diff) | |
download | rpm-setup-18d7dad624643b83f59e9a20a5514102068c108f.tar rpm-setup-18d7dad624643b83f59e9a20a5514102068c108f.tar.gz rpm-setup-18d7dad624643b83f59e9a20a5514102068c108f.tar.bz2 rpm-setup-18d7dad624643b83f59e9a20a5514102068c108f.tar.xz rpm-setup-18d7dad624643b83f59e9a20a5514102068c108f.zip |
2.782.78
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,4 @@ +Version 2.78 - 10 April 2024, by Jani Välimaa - macros: use -D_FORTIFY_SOURCE=3 by default (mga#30920) Version 2.77 - 2 April 2024, by Jani Välimaa diff --git a/configure.ac b/configure.ac index b0e6971..995d1ed 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([rpm-mageia-setup],[2.77],[https://bugs.mageia.org/]) +AC_INIT([rpm-mageia-setup],[2.78],[https://bugs.mageia.org/]) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9 -Wno-portability foreign no-dist-gzip dist-xz) AC_CONFIG_SRCDIR |