diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-14 14:36:45 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-14 14:36:45 +0000 |
commit | 7e209c28e2ba9f0c952901974c9d01e8e79b283b (patch) | |
tree | 04ccc4aab37df8789d2879c6cbf73bc3092d9f8f /ext/Socket | |
parent | 4ace4afbd19e849a82971140e56f3f22f6d8a7c6 (diff) | |
download | perl-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.pm | 2 |
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 |