aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mageia.org>2020-06-14 21:06:03 +0000
committerPascal Terjan <pterjan@mageia.org>2020-06-14 21:06:03 +0000
commitbb00c609b72e6186f615482e1d8ce2a48901d717 (patch)
treee7ebe3c2a578322f7c9881991f4399304b99972a
parent0f787cafa6a38ff84d4d0cec48837d75539575d7 (diff)
downloadiurt-bb00c609b72e6186f615482e1d8ce2a48901d717.tar
iurt-bb00c609b72e6186f615482e1d8ce2a48901d717.tar.gz
iurt-bb00c609b72e6186f615482e1d8ce2a48901d717.tar.bz2
iurt-bb00c609b72e6186f615482e1d8ce2a48901d717.tar.xz
iurt-bb00c609b72e6186f615482e1d8ce2a48901d717.zip
0.7.110.7.11
-rw-r--r--NEWS1
-rwxr-xr-xiurt2
2 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e954025..9d0308b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,4 @@
+0.7.11
- iurt: allow building arm v5 and v7 on armv8l
- move check_{no,}arch from Config into a new RPM module. They have nothing
to do with the config and work on an RPM file.
diff --git a/iurt b/iurt
index fd01672..ae16295 100755
--- a/iurt
+++ b/iurt
@@ -324,7 +324,7 @@ plog_init($program_name, $run{logfd} || $LOG, 7, 1); # For parsing command line
# Display version information
#
-my $version = '0.7.10';
+my $version = '0.7.11';
plog("MSG", "This is iurt version $version");
my $todo = parseCommandLine($program_name, \@ARGV, \@params);