From a97f84bc51780d05e2446d7b0ed32ce983d5de37 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Thu, 5 Oct 2017 23:41:57 +0100 Subject: Fix previous broken commit This time, tested. --- iurt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iurt') diff --git a/iurt b/iurt index 0b4a301..0595f74 100755 --- a/iurt +++ b/iurt @@ -326,7 +326,7 @@ plog_init($program_name, $run{logfd} || $LOG, 7, 1); # For parsing command line # Display version information # -my $version = '0.7.2'; +my $version = '0.7.2.1'; plog("MSG", "This is iurt version $version"); my $todo = parseCommandLine($program_name, \@ARGV, \@params); -- cgit v1.2.1