Commit 4f0a2bce authored by Ralf S. Engelschall's avatar Ralf S. Engelschall
Browse files

More 0.9.2 -> 0.9.2b

parent e98b5b58
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
+1 −1
Original line number Diff line number Diff line
@@ -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);