diff options
author | Pascal Terjan <pterjan@mageia.org> | 2013-01-02 11:37:43 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2013-01-02 11:37:43 +0000 |
commit | 7344e2310917ec125218fc982bd447b1888c4b6c (patch) | |
tree | f7edeaa3b0329c651c46977c677485b916ae0cd0 | |
parent | a5a2b59b218deca4d6a3586ea83448ea009a7f57 (diff) | |
download | iurt-7344e2310917ec125218fc982bd447b1888c4b6c.tar iurt-7344e2310917ec125218fc982bd447b1888c4b6c.tar.gz iurt-7344e2310917ec125218fc982bd447b1888c4b6c.tar.bz2 iurt-7344e2310917ec125218fc982bd447b1888c4b6c.tar.xz iurt-7344e2310917ec125218fc982bd447b1888c4b6c.zip |
0.6.170.6.17
-rw-r--r-- | NEWS | 1 | ||||
-rwxr-xr-x | iurt | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,4 @@ +0.6.17 - write not_on_this_arch to status file - fix support of non distro specific arch/mandatory_arch @@ -360,7 +360,7 @@ plog_init($program_name, $run{logfd} || $LOG, 7, 1); # For parsing command line # Display version information # -my $version = '0.6.16'; +my $version = '0.6.17'; plog("MSG", "This is iurt version $version"); my $todo = parseCommandLine($program_name, \@ARGV, \@params); |