diff options
author | Jani Välimaa <wally@mageia.org> | 2024-04-21 09:43:38 +0300 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2024-04-21 09:43:38 +0300 |
commit | ae055d23742645867bd2fa3ae71ce370ec03deda (patch) | |
tree | 4ae5b013de887aa72833422450b947818937545a | |
parent | d0f263d3a3a366224604c74467f6ee80118870d0 (diff) | |
download | rpm-setup-ae055d23742645867bd2fa3ae71ce370ec03deda.tar rpm-setup-ae055d23742645867bd2fa3ae71ce370ec03deda.tar.gz rpm-setup-ae055d23742645867bd2fa3ae71ce370ec03deda.tar.bz2 rpm-setup-ae055d23742645867bd2fa3ae71ce370ec03deda.tar.xz rpm-setup-ae055d23742645867bd2fa3ae71ce370ec03deda.zip |
2.79.12.79.1
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,4 @@ +Version 2.79.1 - 21 April 2024, by Jani Välimaa - Makefile: add hardening configs to source tarball Version 2.79 - 21 April 2024, by Jani Välimaa diff --git a/configure.ac b/configure.ac index 586c742..aa5032f 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.79],[https://bugs.mageia.org/]) +AC_INIT([rpm-mageia-setup],[2.79.1],[https://bugs.mageia.org/]) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9 -Wno-portability foreign no-dist-gzip dist-xz) AC_CONFIG_SRCDIR |