X-Git-Url: https://code.th-h.de/?p=usenet%2Fnewsstats.git;a=blobdiff_plain;f=lib%2FNewsStats.pm;h=f2b95c4fd676981ea38958deace807887f77f564;hp=a3676d00cc8925b27164b87c765804671bb23f11;hb=24d2011f322ff3b58527c24bbd767cdf02515ca5;hpb=8dc6823e988b8828454f6ef1ea2b43e3e0cc5a20 diff --git a/lib/NewsStats.pm b/lib/NewsStats.pm index a3676d0..f2b95c4 100644 --- a/lib/NewsStats.pm +++ b/lib/NewsStats.pm @@ -49,8 +49,8 @@ require Exporter; Output => [qw(OutputData FormatOutput)], SQLHelper => [qw(SQLHierarchies SQLSortOrder SQLGroupList SQLSetBounds SQLBuildClause GetMaxLength)]); -$VERSION = '0.01'; -our $PackageVersion = '0.01'; +$VERSION = '0.02'; +our $PackageVersion = '0.02'; use Data::Dumper; use File::Basename; @@ -80,7 +80,7 @@ sub ShowVersion { ################################################################################ ### display version and exit print "NewsStats v$PackageVersion\n$MyVersion\n"; - print "Copyright (c) 2010-2012 Thomas Hochstein \n"; + print "Copyright (c) 2010-2013 Thomas Hochstein \n"; print "This program is free software; you may redistribute it ". "and/or modify it under the same terms as Perl itself.\n"; exit(100);