diff options
author | Pascal Terjan <pterjan@mageia.org> | 2023-12-13 19:59:07 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2023-12-13 18:01:13 +0000 |
commit | 12b6bc689028cf3faff28f5a8d43da1c3c782fec (patch) | |
tree | 55289d8ae08ec397607ab3b19ff5fefec02117f3 | |
parent | a878f41ffc520b64e667decdba5f9e03f0d0457a (diff) | |
download | iurt-12b6bc689028cf3faff28f5a8d43da1c3c782fec.tar iurt-12b6bc689028cf3faff28f5a8d43da1c3c782fec.tar.gz iurt-12b6bc689028cf3faff28f5a8d43da1c3c782fec.tar.bz2 iurt-12b6bc689028cf3faff28f5a8d43da1c3c782fec.tar.xz iurt-12b6bc689028cf3faff28f5a8d43da1c3c782fec.zip |
Release 0.9.00.9.0
-rw-r--r-- | NEWS | 1 | ||||
-rwxr-xr-x | iurt | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -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 @@ -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); |