From 12b6bc689028cf3faff28f5a8d43da1c3c782fec Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Wed, 13 Dec 2023 19:59:07 +0000 Subject: Release 0.9.0 --- NEWS | 1 + iurt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 4254478..41aa2fa 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,4 @@ +0.9.0 - iurt: Sort packages.arch.log - rebuild_perl_iurt: set --target to correctly build for armv7hl on aarch64 machines diff --git a/iurt b/iurt index 4f3a2c1..1e3270c 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.8.2.2'; +my $version = '0.9.0'; plog("MSG", "This is iurt version $version"); my $todo = parseCommandLine($program_name, \@ARGV, \@params); -- cgit v1.2.1