diff options
author | Pascal Terjan <pterjan@mageia.org> | 2019-10-15 14:14:35 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2019-10-15 14:16:23 +0000 |
commit | ef2cb0548e7863b5bffa5358e4e0be5ac83605f9 (patch) | |
tree | f01aa3f0120177533364ccad8879fb33ffff5235 /configure.ac | |
parent | 32056020e7f6f897a5d5afd6582b20624d12a40e (diff) | |
download | rpm-setup-ef2cb0548e7863b5bffa5358e4e0be5ac83605f9.tar rpm-setup-ef2cb0548e7863b5bffa5358e4e0be5ac83605f9.tar.gz rpm-setup-ef2cb0548e7863b5bffa5358e4e0be5ac83605f9.tar.bz2 rpm-setup-ef2cb0548e7863b5bffa5358e4e0be5ac83605f9.tar.xz rpm-setup-ef2cb0548e7863b5bffa5358e4e0be5ac83605f9.zip |
Actually make armv7hl chroots on armv8 work2.42
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 0d473dc..1d54ba9 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.59) -AC_INIT(rpm-mageia-setup, 2.41, https://bugs.mageia.org/) +AC_INIT(rpm-mageia-setup, 2.42, https://bugs.mageia.org/) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9 -Wno-portability foreign no-dist-gzip dist-xz) AC_CONFIG_SRCDIR |