Version bumps

This commit is contained in:
Richard Leach 2023-01-04 14:37:36 +00:00
parent 90a628aca7
commit dd7af60b63
3 changed files with 3 additions and 3 deletions

View File

@ -90,7 +90,7 @@ package DynaLoader;
# Tim.Bunce@ig.co.uk, August 1994
BEGIN {
our $VERSION = '1.54';
our $VERSION = '1.55';
}
# Note: in almost any other piece of code "our" would have been a better

View File

@ -4,7 +4,7 @@ use strict;
use warnings;
use Carp;
our $VERSION = '1.34';
our $VERSION = '1.35';
require XSLoader;

View File

@ -1,6 +1,6 @@
package attributes;
our $VERSION = 0.35;
our $VERSION = 0.36;
@EXPORT_OK = qw(get reftype);
@EXPORT = ();