提交 4f0a2bce 编写于 作者: R Ralf S. Engelschall

More 0.9.2 -> 0.9.2b

上级 e98b5b58
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
## Makefile.PL -- Perl MakeMaker specification ## Makefile.PL -- Perl MakeMaker specification
## ##
$V = '0.9.2'; $V = '0.9.2b';
print "Configuring companion Perl module for OpenSSL $V\n"; print "Configuring companion Perl module for OpenSSL $V\n";
use ExtUtils::MakeMaker; use ExtUtils::MakeMaker;
......
...@@ -11,7 +11,7 @@ use DynaLoader; ...@@ -11,7 +11,7 @@ use DynaLoader;
@ISA = qw(Exporter DynaLoader); @ISA = qw(Exporter DynaLoader);
@EXPORT = qw(); @EXPORT = qw();
$VERSION = '0.92'; $VERSION = '0.922';
bootstrap OpenSSL; bootstrap OpenSSL;
@OpenSSL::BN::ISA = qw(OpenSSL::ERR); @OpenSSL::BN::ISA = qw(OpenSSL::ERR);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册