diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2018-09-07 20:25:46 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2018-09-07 20:25:46 +0200 |
commit | 0dae6bc6f545b50f8329ccdf40b0674fdc1c0e5a (patch) | |
tree | f9484a9a7b70f92e9ad68f6209a70ae62cd986df | |
parent | 412aa6c7962e12029eb9d3107e8b56082ac8f8d6 (diff) | |
download | rpm-setup-0dae6bc6f545b50f8329ccdf40b0674fdc1c0e5a.tar rpm-setup-0dae6bc6f545b50f8329ccdf40b0674fdc1c0e5a.tar.gz rpm-setup-0dae6bc6f545b50f8329ccdf40b0674fdc1c0e5a.tar.bz2 rpm-setup-0dae6bc6f545b50f8329ccdf40b0674fdc1c0e5a.tar.xz rpm-setup-0dae6bc6f545b50f8329ccdf40b0674fdc1c0e5a.zip |
2.332.33
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +Version 2.33 - 7 September 2018, by Thierry Vignaud + - emits requires on info-install instead of provides for *.info files Version 2.32 - 4 September 2018, by Thierry Vignaud diff --git a/configure.ac b/configure.ac index 8177950..7cc7c5e 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.59) -AC_INIT(rpm-mageia-setup, 2.32, https://bugs.mageia.org/) +AC_INIT(rpm-mageia-setup, 2.33, https://bugs.mageia.org/) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9 -Wno-portability no-dist-gzip dist-xz) AC_CONFIG_SRCDIR |