aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS1
-rwxr-xr-xiurt2
2 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 528276e..b866f97 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,4 @@
+0.8.1
- iurt: Fix getting a retriable install_deps_failure instead of missing_dep
when some DynamicBuildRequires can't be resolved.
- iurt: Fix buildreqs.nosrc.rpm filename on Mageia build system
diff --git a/iurt b/iurt
index 21a436d..7a2b12f 100755
--- a/iurt
+++ b/iurt
@@ -324,7 +324,7 @@ plog_init($program_name, $run{logfd} || $LOG, 7, 1); # For parsing command line
# Display version information
#
-my $version = '0.8.0';
+my $version = '0.8.1';
plog("MSG", "This is iurt version $version");
my $todo = parseCommandLine($program_name, \@ARGV, \@params);