1
0
Fork 0
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:
Max Maischein 2009-04-18 16:08:47 +00:00
parent 14b507835b
commit 2e02abc85d
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,8 @@
Changes for Perl extension DBD-SQLite.
1.22_09 unreleased
- silence(!) Win64 build warnings (BrowserUk)
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)

View file

@ -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.22_09';
@ISA = ('DynaLoader');
# Initialize errors