mirror of
https://github.com/openssl/openssl.git
synced 2025-03-31 20:10:45 +08:00
More 0.9.2 -> 0.9.2b
This commit is contained in:
parent
e98b5b58a0
commit
4f0a2bce80
@ -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;
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user