From: Ralf S. Engelschall Date: Mon, 22 Mar 1999 14:57:24 +0000 (+0000) Subject: More 0.9.2 -> 0.9.2b X-Git-Tag: OpenSSL_0_9_2b~11 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4f0a2bce80f4e90a0c629fd5cc663b39e73121b1;p=oweals%2Fopenssl.git More 0.9.2 -> 0.9.2b --- diff --git a/perl/Makefile.PL b/perl/Makefile.PL index 1f0c44abbf..09eb93653b 100644 --- a/perl/Makefile.PL +++ b/perl/Makefile.PL @@ -2,7 +2,7 @@ ## Makefile.PL -- Perl MakeMaker specification ## -$V = '0.9.2'; +$V = '0.9.2b'; print "Configuring companion Perl module for OpenSSL $V\n"; use ExtUtils::MakeMaker; diff --git a/perl/OpenSSL.pm b/perl/OpenSSL.pm index 8f5aae3e9e..7711c332ca 100644 --- a/perl/OpenSSL.pm +++ b/perl/OpenSSL.pm @@ -11,7 +11,7 @@ use DynaLoader; @ISA = qw(Exporter DynaLoader); @EXPORT = qw(); -$VERSION = '0.92'; +$VERSION = '0.922'; bootstrap OpenSSL; @OpenSSL::BN::ISA = qw(OpenSSL::ERR);