mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 22:28:47 -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.
|
||||
|
||||
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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue