mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-08 06:38:12 -04:00
Bump version to 1.22_09
This commit is contained in:
parent
14b507835b
commit
2e02abc85d
2 changed files with 4 additions and 1 deletions
3
Changes
3
Changes
|
@ -1,5 +1,8 @@
|
||||||
Changes for Perl extension DBD-SQLite.
|
Changes for Perl extension DBD-SQLite.
|
||||||
|
|
||||||
|
1.22_09 unreleased
|
||||||
|
- silence(!) Win64 build warnings (BrowserUk)
|
||||||
|
|
||||||
1.22_08 Fri 17 Apr 2009
|
1.22_08 Fri 17 Apr 2009
|
||||||
- Completed the migration of all tests and deleted lib.pl (ADAMK)
|
- Completed the migration of all tests and deleted lib.pl (ADAMK)
|
||||||
- Prevented a double "commit is innefective" warning (ADAMK)
|
- Prevented a double "commit is innefective" warning (ADAMK)
|
||||||
|
|
|
@ -8,7 +8,7 @@ use DynaLoader ();
|
||||||
use vars qw($VERSION @ISA);
|
use vars qw($VERSION @ISA);
|
||||||
use vars qw{$err $errstr $drh $sqlite_version};
|
use vars qw{$err $errstr $drh $sqlite_version};
|
||||||
BEGIN {
|
BEGIN {
|
||||||
$VERSION = '1.22_08';
|
$VERSION = '1.22_09';
|
||||||
@ISA = ('DynaLoader');
|
@ISA = ('DynaLoader');
|
||||||
|
|
||||||
# Initialize errors
|
# Initialize errors
|
||||||
|
|
Loading…
Add table
Reference in a new issue