Bump version numbers.
authorThomas Hochstein <thh@inter.net>
Wed, 4 Sep 2013 09:19:36 +0000 (11:19 +0200)
committerThomas Hochstein <thh@inter.net>
Wed, 4 Sep 2013 09:29:50 +0000 (11:29 +0200)
All scripts - and the package - have been
restructured in commit
2ad99c20bcc297362aeccabb1c51e20c4bd4b533,
but version numbers didn't change accordingly.

Signed-off-by: Thomas Hochstein <thh@inter.net>
bin/feedlog.pl
bin/gatherstats.pl
bin/groupstats.pl
install/install.pl
lib/NewsStats.pm

index f10798a..b769ccd 100755 (executable)
@@ -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');
index 759de66..c85b23d 100755 (executable)
@@ -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');
index 4035d76..d0ddcde 100755 (executable)
@@ -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');
index aff4480..fabdaa1 100755 (executable)
@@ -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');
index de85d0a..f2b95c4 100644 (file)
@@ -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;
This page took 0.014656 seconds and 4 git commands to generate.