From 2e02abc85d846124c16c705005886ab2202c213d Mon Sep 17 00:00:00 2001 From: Max Maischein Date: Sat, 18 Apr 2009 16:08:47 +0000 Subject: [PATCH] Bump version to 1.22_09 --- Changes | 3 +++ lib/DBD/SQLite.pm | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index ec04489..8d98652 100644 --- a/Changes +++ b/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) diff --git a/lib/DBD/SQLite.pm b/lib/DBD/SQLite.pm index 7851140..b5d215b 100644 --- a/lib/DBD/SQLite.pm +++ b/lib/DBD/SQLite.pm @@ -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