diff options
author | Jani Välimaa <wally@mageia.org> | 2024-03-30 11:49:15 +0200 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2024-03-30 11:49:15 +0200 |
commit | b96cb984e5a7a23afbf133ab06ce38a86cbd9e40 (patch) | |
tree | 88b869185f21203368f77492b4a6e6084878e42f | |
parent | 848a0e95c775f75fc3281ff222a77f229dfb813e (diff) | |
download | rpm-setup-b96cb984e5a7a23afbf133ab06ce38a86cbd9e40.tar rpm-setup-b96cb984e5a7a23afbf133ab06ce38a86cbd9e40.tar.gz rpm-setup-b96cb984e5a7a23afbf133ab06ce38a86cbd9e40.tar.bz2 rpm-setup-b96cb984e5a7a23afbf133ab06ce38a86cbd9e40.tar.xz rpm-setup-b96cb984e5a7a23afbf133ab06ce38a86cbd9e40.zip |
2.762.76
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,4 @@ +Version 2.76 - 30 March 2024, by Jani Välimaa - macros: add support for toolchain selection (GCC/Clang) Version 2.75.1 - 24 March 2024, by Jani Välimaa diff --git a/configure.ac b/configure.ac index d850552..4a52961 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.75.1],[https://bugs.mageia.org/]) +AC_INIT([rpm-mageia-setup],[2.76],[https://bugs.mageia.org/]) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9 -Wno-portability foreign no-dist-gzip dist-xz) AC_CONFIG_SRCDIR |