From 3f78228f3674e152ac1835006f8328094d106499 Mon Sep 17 00:00:00 2001 From: Adam Kennedy Date: Mon, 16 Nov 2009 01:42:00 +0000 Subject: [PATCH] Updating version for release --- lib/DBD/SQLite.pm | 2 +- t/lib/Test.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/DBD/SQLite.pm b/lib/DBD/SQLite.pm index ae16d68..fb993e9 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.26_06'; + $VERSION = '1.26_07'; @ISA = 'DynaLoader'; # Initialize errors diff --git a/t/lib/Test.pm b/t/lib/Test.pm index d1161bf..a229f75 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.26_06'; + $VERSION = '1.26_07'; @ISA = 'Exporter'; @EXPORT = qw/connect_ok dies @CALL_FUNCS/;