summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/Net/SSLeay.pm2
-rw-r--r--lib/Net/SSLeay/Handle.pm2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/Net/SSLeay.pm b/lib/Net/SSLeay.pm
index 34bbeb6..f3883a0 100644
--- a/lib/Net/SSLeay.pm
+++ b/lib/Net/SSLeay.pm
@@ -70,7 +70,7 @@ $Net::SSLeay::how_random = 512;
# inc/Test/Net/SSLeay.pm
# inc/Test/Net/SSLeay/Socket.pm
# lib/Net/SSLeay/Handle.pm
-$VERSION = '1.93_05';
+$VERSION = '1.94';
@ISA = qw(Exporter);
diff --git a/lib/Net/SSLeay/Handle.pm b/lib/Net/SSLeay/Handle.pm
index b0dba96..4d006a5 100644
--- a/lib/Net/SSLeay/Handle.pm
+++ b/lib/Net/SSLeay/Handle.pm
@@ -57,7 +57,7 @@ you need to add to your program is the tie function as in:
use vars qw(@ISA @EXPORT_OK $VERSION);
@ISA = qw(Exporter);
@EXPORT_OK = qw(shutdown);
-$VERSION = '1.93_05';
+$VERSION = '1.94';
my $Initialized; #-- only _initialize() once
my $Debug = 0; #-- pretty hokey