1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-08 22:58:17 -04:00

Updating version for release

This commit is contained in:
Adam Kennedy 2009-11-16 01:42:00 +00:00
parent 2ad6bd941d
commit 3f78228f36
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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/;