From: Martin Mares Date: Mon, 6 Jul 2015 10:43:10 +0000 (+0200) Subject: Fix version string X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=2bd1bb8a5ec4007cc42da57e07beb1e8d3e8a1ad;p=bex.git Fix version string --- diff --git a/bex b/bex index 1eccca3..e48d5d5 100755 --- a/bex +++ b/bex @@ -36,7 +36,7 @@ GetOptions( "lib=s" => \$bex_lib, "help" => \&show_help, "version" => sub { - print "BEX 3.0 (c) 2011-2012 Martin Mares \n"; + print "BEX 3.3 (c) 2011-2015 Martin Mares \n"; }, ) or die "Try `bex help' for more information.\n"; Getopt::Long::Configure('default'); diff --git a/maint/release b/maint/release index a914b96..c1dcd6e 100755 --- a/maint/release +++ b/maint/release @@ -1,6 +1,7 @@ #!/bin/sh set -e +# XXX: Update version in ./bex VERSION=3.3 ARCHIVE=bex-$VERSION.tar.gz