diff options
author | Pascal Terjan <pterjan@mageia.org> | 2012-12-02 15:26:34 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2012-12-02 15:26:34 +0000 |
commit | b1fe660bfb4d4dc80ec2cef89a718f1e4bfec48e (patch) | |
tree | db0a3fa34988da8e02ea70d88f848549357effb5 | |
parent | 89815d768e5432e2dbc389fb630fbf45c0aaa2b6 (diff) | |
download | iurt-b1fe660bfb4d4dc80ec2cef89a718f1e4bfec48e.tar iurt-b1fe660bfb4d4dc80ec2cef89a718f1e4bfec48e.tar.gz iurt-b1fe660bfb4d4dc80ec2cef89a718f1e4bfec48e.tar.bz2 iurt-b1fe660bfb4d4dc80ec2cef89a718f1e4bfec48e.tar.xz iurt-b1fe660bfb4d4dc80ec2cef89a718f1e4bfec48e.zip |
Increase version
-rwxr-xr-x | iurt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -365,7 +365,7 @@ plog_init($program_name, $run{logfd} || $LOG, 7, 1); # For parsing command line # Display version information # -my $version = '0.6.13'; +my $version = '0.6.14'; plog("MSG", "This is iurt version $version"); my $todo = parseCommandLine($program_name, \@ARGV, \@params); |