X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=inline;f=gal;h=c62d0d86385dbd494d7a27294be72a0603b7e65b;hb=ab6456d2b88575e5bb0a790e6a9dd48d77a7d6f0;hp=033ba17b0515e4d6e5fd5680acfc52f63a03afdb;hpb=bc4f53e47a2225dfb763a19ff24393a6be14edbd;p=gallery.git diff --git a/gal b/gal index 033ba17..c62d0d8 100755 --- a/gal +++ b/gal @@ -1,6 +1,6 @@ #!/usr/bin/perl # UCW Gallery -- Master Program -# (c) 2012 Martin Mares +# (c) 2012--2015 Martin Mares use common::sense; use Getopt::Long; @@ -36,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,