From: Eric Bollengier Date: Thu, 25 Feb 2010 16:08:50 +0000 (+0100) Subject: update version X-Git-Tag: Release-5.2.1~150^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=78dfd86bc18dbfd582c93714f8b8efdb6fa23d5e;p=bacula%2Fdocs update version --- diff --git a/docs/tools/sf2bacula_downloads.pl b/docs/tools/sf2bacula_downloads.pl index 0539f41d..668ea84b 100755 --- a/docs/tools/sf2bacula_downloads.pl +++ b/docs/tools/sf2bacula_downloads.pl @@ -24,7 +24,7 @@ You can also use a previous output =cut # bacula|depkgs | depkgs-qt -my $version = '5.0.0'; +my $version = '5.0.1'; if ($ARGV[0] and $ARGV[0] =~ /^[\d\.]+$/) { $version = shift(@ARGV); }