From: Thomas Hochstein Date: Wed, 4 Sep 2013 09:19:36 +0000 (+0200) Subject: Bump version numbers. X-Git-Url: https://code.th-h.de/?p=usenet%2Fnewsstats.git;a=commitdiff_plain;h=24d2011f322ff3b58527c24bbd767cdf02515ca5;hp=2871792120fba3b9ac9fe1b7bf166638b05766fd Bump version numbers. All scripts - and the package - have been restructured in commit 2ad99c20bcc297362aeccabb1c51e20c4bd4b533, but version numbers didn't change accordingly. Signed-off-by: Thomas Hochstein --- diff --git a/bin/feedlog.pl b/bin/feedlog.pl index f10798a..b769ccd 100755 --- a/bin/feedlog.pl +++ b/bin/feedlog.pl @@ -13,7 +13,7 @@ # which Perl itself is published. BEGIN { - our $VERSION = "0.01"; + our $VERSION = "0.02"; use File::Basename; # we're in .../bin, so our module is in ../lib push(@INC, dirname($0).'/../lib'); diff --git a/bin/gatherstats.pl b/bin/gatherstats.pl index 759de66..c85b23d 100755 --- a/bin/gatherstats.pl +++ b/bin/gatherstats.pl @@ -13,7 +13,7 @@ # which Perl itself is published. BEGIN { - our $VERSION = "0.01"; + our $VERSION = "0.02"; use File::Basename; # we're in .../bin, so our module is in ../lib push(@INC, dirname($0).'/../lib'); diff --git a/bin/groupstats.pl b/bin/groupstats.pl index 4035d76..d0ddcde 100755 --- a/bin/groupstats.pl +++ b/bin/groupstats.pl @@ -13,7 +13,7 @@ # which Perl itself is published. BEGIN { - our $VERSION = "0.01"; + our $VERSION = "0.02"; use File::Basename; # we're in .../bin, so our module is in ../lib push(@INC, dirname($0).'/../lib'); diff --git a/install/install.pl b/install/install.pl index aff4480..fabdaa1 100755 --- a/install/install.pl +++ b/install/install.pl @@ -12,7 +12,7 @@ # which Perl itself is published. BEGIN { - our $VERSION = "0.01"; + our $VERSION = "0.02"; use File::Basename; # we're in .../install, so our module is in ../lib push(@INC, dirname($0).'/../lib'); diff --git a/lib/NewsStats.pm b/lib/NewsStats.pm index de85d0a..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;