X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=inline;f=gal;h=c62d0d86385dbd494d7a27294be72a0603b7e65b;hb=ab6456d2b88575e5bb0a790e6a9dd48d77a7d6f0;hp=6c4daaea26fddb1bb24ad3c4e5b1ca8da115898b;hpb=13b9baf80f95b96e7136fca06f90068a02b7384e;p=gallery.git diff --git a/gal b/gal index 6c4daae..c62d0d8 100755 --- a/gal +++ b/gal @@ -1,9 +1,8 @@ #!/usr/bin/perl # UCW Gallery -- Master Program -# (c) 2012 Martin Mares +# (c) 2012--2015 Martin Mares -use strict; -use warnings; +use common::sense; use Getopt::Long; use FindBin; @@ -37,7 +36,7 @@ Getopt::Long::Configure('require_order', 'bundling'); GetOptions( "help" => \&show_help, "version" => sub { - print "UCW Gallery 2.0 (c) 2004-2012 Martin Mares \n"; + print "UCW Gallery 2.1 (c) 2004-2015 Martin Mares \n"; }, "all!" => \$all, "p|parallel=i" => \$parallel,