diff options
author | Pascal Terjan <pterjan@mageia.org> | 2020-06-15 21:20:56 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2020-06-15 21:20:56 +0000 |
commit | 543ac2dbc41dd2743cafa249e9476ac8759b92d7 (patch) | |
tree | 78541ee122c54579109c821d5fb75353e4f66d8d | |
parent | e801a2771cabad3872479e75c83b439d3825b944 (diff) | |
download | iurt-543ac2dbc41dd2743cafa249e9476ac8759b92d7.tar iurt-543ac2dbc41dd2743cafa249e9476ac8759b92d7.tar.gz iurt-543ac2dbc41dd2743cafa249e9476ac8759b92d7.tar.bz2 iurt-543ac2dbc41dd2743cafa249e9476ac8759b92d7.tar.xz iurt-543ac2dbc41dd2743cafa249e9476ac8759b92d7.zip |
0.7.130.7.13
-rw-r--r-- | NEWS | 1 | ||||
-rwxr-xr-x | iurt | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,4 @@ +0.7.13 - iurt: try again updating packages later 0.7.12 @@ -324,7 +324,7 @@ plog_init($program_name, $run{logfd} || $LOG, 7, 1); # For parsing command line # Display version information # -my $version = '0.7.12'; +my $version = '0.7.13'; plog("MSG", "This is iurt version $version"); my $todo = parseCommandLine($program_name, \@ARGV, \@params); |