aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mageia.org>2025-03-24 19:49:02 +0000
committerPascal Terjan <pterjan@mageia.org>2025-03-24 19:49:02 +0000
commit076ee61b51172c6f9f97f1cd6baa812a0af95cf6 (patch)
treecefa812306042709ed485f0b77a7a226df8b21b3
parent59d7c30435f20597d410d4ba79639ce67ad2adfa (diff)
downloadiurt-076ee61b51172c6f9f97f1cd6baa812a0af95cf6.tar
iurt-076ee61b51172c6f9f97f1cd6baa812a0af95cf6.tar.gz
iurt-076ee61b51172c6f9f97f1cd6baa812a0af95cf6.tar.bz2
iurt-076ee61b51172c6f9f97f1cd6baa812a0af95cf6.tar.xz
iurt-076ee61b51172c6f9f97f1cd6baa812a0af95cf6.zip
0.9.40.9.4
-rw-r--r--NEWS1
-rwxr-xr-xiurt2
2 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 62b9c7c..7869e73 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,4 @@
+0.9.4
- iurt: Fix getting srpm name when parsing the spec causes some output on stdout
0.9.3
diff --git a/iurt b/iurt
index a50aa71..880bcbf 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.9.3';
+my $version = '0.9.4';
plog("MSG", "This is iurt version $version");
my $todo = parseCommandLine($program_name, \@ARGV, \@params);