Skip to content

Commit

Permalink
Bump version to 1.633. Prep for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
timbunce committed Jan 11, 2015
1 parent af4b043 commit 478fc1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Changes
Expand Up @@ -6,7 +6,7 @@ DBI::Changes - List of significant changes to the DBI

=cut

=head2 Changes in DBI 1.633
=head2 Changes in DBI 1.633 - 11th Jan 2015

Fixed selectrow_*ref to return undef on error in list context
instead if an empty list.
Expand Down
4 changes: 2 additions & 2 deletions DBI.pm
Expand Up @@ -11,7 +11,7 @@ package DBI;
require 5.008_001;

BEGIN {
our $XS_VERSION = our $VERSION = "1.632"; # ==> ALSO update the version in the pod text below!
our $XS_VERSION = our $VERSION = "1.633"; # ==> ALSO update the version in the pod text below!
$VERSION = eval $VERSION;
}

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

0 comments on commit 478fc1b

Please sign in to comment.