More 0.9.2 -> 0.9.2b
authorRalf S. Engelschall <rse@openssl.org>
Mon, 22 Mar 1999 14:57:24 +0000 (14:57 +0000)
committerRalf S. Engelschall <rse@openssl.org>
Mon, 22 Mar 1999 14:57:24 +0000 (14:57 +0000)
perl/Makefile.PL
perl/OpenSSL.pm

index 1f0c44abbf99423c0c3a55b60d06fbc0a410db75..09eb93653b62a89dd7e9eb4302fcf917f3daf53b 100644 (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;
index 8f5aae3e9e60286fa6f308ec2104a19155f5427b..7711c332ca81d03d368064576f0c63f5301b6ee1 100644 (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);