aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mageia.org>2013-01-02 11:37:43 +0000
committerPascal Terjan <pterjan@mageia.org>2013-01-02 11:37:43 +0000
commit7344e2310917ec125218fc982bd447b1888c4b6c (patch)
treef7edeaa3b0329c651c46977c677485b916ae0cd0
parenta5a2b59b218deca4d6a3586ea83448ea009a7f57 (diff)
downloadiurt-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--NEWS1
-rwxr-xr-xiurt2
2 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8120eae..03fca04 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,4 @@
+0.6.17
- write not_on_this_arch to status file
- fix support of non distro specific arch/mandatory_arch
diff --git a/iurt b/iurt
index 3297634..bed8be0 100755
--- a/iurt
+++ b/iurt
@@ -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);