aboutsummaryrefslogtreecommitdiffstats
path: root/iurt
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mageia.org>2023-01-30 20:48:45 +0000
committerPascal Terjan <pterjan@mageia.org>2023-01-30 20:48:45 +0000
commitc44235ae36864fde784a1c461966e0d4f0a86258 (patch)
treeee5687edb468e6e6b13d384cc0315008eedf0c24 /iurt
parent62d180e54b9d273d785006deff4333aadd5c61df (diff)
downloadiurt-c44235ae36864fde784a1c461966e0d4f0a86258.tar
iurt-c44235ae36864fde784a1c461966e0d4f0a86258.tar.gz
iurt-c44235ae36864fde784a1c461966e0d4f0a86258.tar.bz2
iurt-c44235ae36864fde784a1c461966e0d4f0a86258.tar.xz
iurt-c44235ae36864fde784a1c461966e0d4f0a86258.zip
Fix syntax checks to use local tree0.8.2.1
Diffstat (limited to 'iurt')
-rwxr-xr-xiurt2
1 files changed, 1 insertions, 1 deletions
diff --git a/iurt b/iurt
index ebcae64..0a6e309 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.2';
+my $version = '0.8.2.1';
plog("MSG", "This is iurt version $version");
my $todo = parseCommandLine($program_name, \@ARGV, \@params);