From 24d2011f322ff3b58527c24bbd767cdf02515ca5 Mon Sep 17 00:00:00 2001 From: Thomas Hochstein Date: Wed, 4 Sep 2013 11:19:36 +0200 Subject: [PATCH] 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 --- bin/feedlog.pl | 2 +- bin/gatherstats.pl | 2 +- bin/groupstats.pl | 2 +- install/install.pl | 2 +- lib/NewsStats.pm | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) 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; -- 2.20.1