Bump version numbers.
All scripts - and the package - have been
restructured in commit
2ad99c20bc
,
but version numbers didn't change accordingly.
Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
parent
2871792120
commit
24d2011f32
|
@ -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');
|
||||
|
|
|
@ -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');
|
||||
|
|
|
@ -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');
|
||||
|
|
|
@ -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');
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue