diff options
author | Jani Välimaa <wally@mageia.org> | 2022-04-10 18:05:46 +0300 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2022-04-10 18:05:46 +0300 |
commit | 825f30bd262c071d29b1b271d0e70b5edbcb1275 (patch) | |
tree | 39b129e6fe295ac9352ffd089fec893f542bb7de | |
parent | 45d530437342c286fd3c73444894facc3e408113 (diff) | |
download | rpm-setup-825f30bd262c071d29b1b271d0e70b5edbcb1275.tar rpm-setup-825f30bd262c071d29b1b271d0e70b5edbcb1275.tar.gz rpm-setup-825f30bd262c071d29b1b271d0e70b5edbcb1275.tar.bz2 rpm-setup-825f30bd262c071d29b1b271d0e70b5edbcb1275.tar.xz rpm-setup-825f30bd262c071d29b1b271d0e70b5edbcb1275.zip |
2.652.65
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,4 @@ +Version 2.65 - 10 April 2022, by Jani Välimaa - build.macros: remove macro definitions living in python-rpm-macros - py_auto_byte_compile - _python_bytecompile_errors_terminate_build diff --git a/configure.ac b/configure.ac index 7c1b4a4..e04d87d 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.64],[https://bugs.mageia.org/]) +AC_INIT([rpm-mageia-setup],[2.65],[https://bugs.mageia.org/]) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9 -Wno-portability foreign no-dist-gzip dist-xz) AC_CONFIG_SRCDIR |