Skip to content

Commit 478fc1b

Browse files
committed
Bump version to 1.633. Prep for release.
1 parent af4b043 commit 478fc1b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Changes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ DBI::Changes - List of significant changes to the DBI
66

77
=cut
88

9-
=head2 Changes in DBI 1.633
9+
=head2 Changes in DBI 1.633 - 11th Jan 2015
1010

1111
Fixed selectrow_*ref to return undef on error in list context
1212
instead if an empty list.

DBI.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ package DBI;
1111
require 5.008_001;
1212

1313
BEGIN {
14-
our $XS_VERSION = our $VERSION = "1.632"; # ==> ALSO update the version in the pod text below!
14+
our $XS_VERSION = our $VERSION = "1.633"; # ==> ALSO update the version in the pod text below!
1515
$VERSION = eval $VERSION;
1616
}
1717

@@ -144,7 +144,7 @@ sure that your issue isn't related to the driver you're using.
144144
145145
=head2 NOTES
146146
147-
This is the DBI specification that corresponds to DBI version 1.632
147+
This is the DBI specification that corresponds to DBI version 1.633
148148
(see L<DBI::Changes> for details).
149149
150150
The DBI is evolving at a steady pace, so it's good to check that

0 commit comments

Comments
 (0)