More 0.9.2 -> 0.9.2b

This commit is contained in:
Ralf S. Engelschall 1999-03-22 14:57:24 +00:00
parent e98b5b58a0
commit 4f0a2bce80
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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);