diff --git a/Changes b/Changes index a404c53..64bc7b6 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ Changes for Perl extension DBD-SQLite -1.28_03 not yet released +1.29 Fri 8 Jan 2010 - Updated to SQLite 3.6.22 (DUNCAND) 1.28_02 Sun 3 Jan 2010 diff --git a/lib/DBD/SQLite.pm b/lib/DBD/SQLite.pm index a06a6d8..cec461c 100644 --- a/lib/DBD/SQLite.pm +++ b/lib/DBD/SQLite.pm @@ -10,7 +10,7 @@ use vars qw{$err $errstr $drh $sqlite_version}; use vars qw{%COLLATION}; BEGIN { - $VERSION = '1.28_02'; + $VERSION = '1.29'; @ISA = 'DynaLoader'; # Initialize errors diff --git a/t/lib/Test.pm b/t/lib/Test.pm index 9c8af31..80e50ce 100644 --- a/t/lib/Test.pm +++ b/t/lib/Test.pm @@ -9,7 +9,7 @@ use Test::More (); use vars qw{$VERSION @ISA @EXPORT @CALL_FUNCS}; BEGIN { - $VERSION = '1.28_02'; + $VERSION = '1.29'; @ISA = 'Exporter'; @EXPORT = qw/connect_ok dies @CALL_FUNCS/;