From 5f41a76305fb8282f5daa920466add4316900ade Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Sun, 14 Jun 2020 21:06:03 +0000 Subject: 0.7.11 --- NEWS | 1 + iurt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index e4bd403..80ad55b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,4 @@ +0.7.11 - iurt: allow building arm v5 and v7 on armv8l - ulri: sort file names in mail - move check_{no,}arch from Config into a new RPM module. They have nothing diff --git a/iurt b/iurt index 5757a06..32343f1 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); -- cgit v1.2.1