summaryrefslogtreecommitdiff
path: root/ext/Socket
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-08-14 14:36:45 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-08-14 14:36:45 +0000
commit7e209c28e2ba9f0c952901974c9d01e8e79b283b (patch)
tree04ccc4aab37df8789d2879c6cbf73bc3092d9f8f /ext/Socket
parent4ace4afbd19e849a82971140e56f3f22f6d8a7c6 (diff)
downloadperl-7e209c28e2ba9f0c952901974c9d01e8e79b283b.tar.gz
XS contents changes versus VERSION non-changes.
p4raw-id: //depot/perl@20704
Diffstat (limited to 'ext/Socket')
-rw-r--r--ext/Socket/Socket.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Socket/Socket.pm b/ext/Socket/Socket.pm
index c8f2fdea9f..0a41670aeb 100644
--- a/ext/Socket/Socket.pm
+++ b/ext/Socket/Socket.pm
@@ -1,7 +1,7 @@
package Socket;
our($VERSION, @ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS);
-$VERSION = "1.75";
+$VERSION = "1.76";
=head1 NAME