[libdbd-sqlite3-perl] 34/43: releng 1.51_06
Salvatore Bonaccorso
carnil at debian.org
Tue Nov 15 15:27:45 UTC 2016
This is an automated email from the git hooks/post-receive script.
carnil pushed a commit to branch master
in repository libdbd-sqlite3-perl.
commit 5bd465fc07e48b5e3c1952e7217b09a44e62d233
Author: Kenichi Ishigaki <ishigaki at cpan.org>
Date: Sat Oct 15 09:17:54 2016 +0900
releng 1.51_06
---
Changes | 4 ++--
lib/DBD/SQLite.pm | 2 +-
lib/DBD/SQLite/VirtualTable.pm | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/Changes b/Changes
index 23a9523..6776ac7 100644
--- a/Changes
+++ b/Changes
@@ -1,7 +1,7 @@
Changes for Perl extension DBD-SQLite
-1.51_06 to be released
- - Updated SQLite to 3.14.0
+1.51_06 2016-10-15
+ - Updated SQLite to 3.15.0
1.51_05 2016-06-23
- Updated SQLite to 3.13.0
diff --git a/lib/DBD/SQLite.pm b/lib/DBD/SQLite.pm
index 2440004..657baf6 100644
--- a/lib/DBD/SQLite.pm
+++ b/lib/DBD/SQLite.pm
@@ -5,7 +5,7 @@ use strict;
use DBI 1.57 ();
use DynaLoader ();
-our $VERSION = '1.51_05';
+our $VERSION = '1.51_06';
our @ISA = 'DynaLoader';
# sqlite_version cache (set in the XS bootstrap)
diff --git a/lib/DBD/SQLite/VirtualTable.pm b/lib/DBD/SQLite/VirtualTable.pm
index fa33ef1..270a86c 100644
--- a/lib/DBD/SQLite/VirtualTable.pm
+++ b/lib/DBD/SQLite/VirtualTable.pm
@@ -5,7 +5,7 @@ use strict;
use warnings;
use Scalar::Util qw/weaken/;
-our $VERSION = '1.51_05';
+our $VERSION = '1.51_06';
our @ISA;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdbd-sqlite3-perl.git
More information about the Pkg-perl-cvs-commits
mailing list