diff options
-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 |