diff options
author | Pascal Terjan <pterjan@mageia.org> | 2020-12-19 17:28:03 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2020-12-19 17:28:16 +0000 |
commit | 5c49093b5545aecb2f29461ea49f7c4ee4ef40cd (patch) | |
tree | 11cf0140f2662fa9c31f5ab1d7a0f6768f8f9e10 | |
parent | 2dd2e2c578c528e6ba1b36de8afb560145708f10 (diff) | |
download | iurt-5c49093b5545aecb2f29461ea49f7c4ee4ef40cd.tar iurt-5c49093b5545aecb2f29461ea49f7c4ee4ef40cd.tar.gz iurt-5c49093b5545aecb2f29461ea49f7c4ee4ef40cd.tar.bz2 iurt-5c49093b5545aecb2f29461ea49f7c4ee4ef40cd.tar.xz iurt-5c49093b5545aecb2f29461ea49f7c4ee4ef40cd.zip |
0.7.16
-rw-r--r-- | NEWS | 1 | ||||
-rwxr-xr-x | iurt | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,4 @@ +0.7.16 - iurt: use --target noarch for noarch packages rather than the arch used to built them. @@ -324,7 +324,7 @@ plog_init($program_name, $run{logfd} || $LOG, 7, 1); # For parsing command line # Display version information # -my $version = '0.7.15'; +my $version = '0.7.16'; plog("MSG", "This is iurt version $version"); my $todo = parseCommandLine($program_name, \@ARGV, \@params); |