mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 22:28:47 -04:00
Move to a production version number
This commit is contained in:
parent
9958f58fda
commit
ab521c5c97
3 changed files with 5 additions and 2 deletions
3
Changes
3
Changes
|
@ -1,5 +1,8 @@
|
|||
Changes for Perl extension DBD-SQLite.
|
||||
|
||||
1.23 Sun 19 Apr 2009
|
||||
- No changes from 1.22_08, just switched to production release (ADAMK)
|
||||
|
||||
1.22_08 Fri 17 Apr 2009
|
||||
- Completed the migration of all tests and deleted lib.pl (ADAMK)
|
||||
- Prevented a double "commit is innefective" warning (ADAMK)
|
||||
|
|
|
@ -8,7 +8,7 @@ use DynaLoader ();
|
|||
use vars qw($VERSION @ISA);
|
||||
use vars qw{$err $errstr $drh $sqlite_version};
|
||||
BEGIN {
|
||||
$VERSION = '1.22_08';
|
||||
$VERSION = '1.23';
|
||||
@ISA = ('DynaLoader');
|
||||
|
||||
# Initialize errors
|
||||
|
|
|
@ -9,7 +9,7 @@ use Test::More ();
|
|||
|
||||
use vars qw{$VERSION @ISA @EXPORT};
|
||||
BEGIN {
|
||||
$VERSION = '1.22_08';
|
||||
$VERSION = '1.23';
|
||||
@ISA = qw{ Exporter };
|
||||
@EXPORT = qw{ connect_ok };
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue