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
5 changed files with 6 additions and 6 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue