summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2004-07-01 10:14:03 +0000
committerNicholas Clark <nick@ccl4.org>2004-07-01 10:14:03 +0000
commitff270adde2ed532b630356e4973f5a74e6152498 (patch)
treedca7af74cdc7301f3c3c6548c09016b9d24115d0 /ext
parentbf694877f81fb381ca8c9057cca6a2b05b7cc6cf (diff)
downloadperl-ff270adde2ed532b630356e4973f5a74e6152498.tar.gz
Bump version numbers
p4raw-id: //depot/perl@23019
Diffstat (limited to 'ext')
-rw-r--r--ext/File/Glob/Glob.pm2
-rw-r--r--ext/XS/APItest/APItest.pm2
-rwxr-xr-xext/threads/threads.pm2
3 files changed, 3 insertions, 3 deletions
diff --git a/ext/File/Glob/Glob.pm b/ext/File/Glob/Glob.pm
index 2aa3a1db37..f69754c09b 100644
--- a/ext/File/Glob/Glob.pm
+++ b/ext/File/Glob/Glob.pm
@@ -56,7 +56,7 @@ use XSLoader ();
) ],
);
-$VERSION = '1.02';
+$VERSION = '1.03';
sub import {
require Exporter;
diff --git a/ext/XS/APItest/APItest.pm b/ext/XS/APItest/APItest.pm
index b80b86f120..dd36fbf2af 100644
--- a/ext/XS/APItest/APItest.pm
+++ b/ext/XS/APItest/APItest.pm
@@ -18,7 +18,7 @@ our @EXPORT = qw( print_double print_int print_long
mxpushp mxpushn mxpushi mxpushu
);
-our $VERSION = '0.03';
+our $VERSION = '0.04';
bootstrap XS::APItest $VERSION;
diff --git a/ext/threads/threads.pm b/ext/threads/threads.pm
index 56b0c01d13..a355f49fbe 100755
--- a/ext/threads/threads.pm
+++ b/ext/threads/threads.pm
@@ -50,7 +50,7 @@ our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );
our @EXPORT = qw(
async
);
-our $VERSION = '1.03';
+our $VERSION = '1.04';
# || 0 to ensure compatibility with previous versions