summaryrefslogtreecommitdiffstats
path: root/perl/Makefile.PL
diff options
context:
space:
mode:
authorRalf S. Engelschall <rse@openssl.org>1999-03-22 14:57:24 +0000
committerRalf S. Engelschall <rse@openssl.org>1999-03-22 14:57:24 +0000
commit4f0a2bce80f4e90a0c629fd5cc663b39e73121b1 (patch)
treed30d55792780d77d7200c381c8b63e7ae80cb1c7 /perl/Makefile.PL
parente98b5b58a0dad68cbf8bdd4503fed38a9a011137 (diff)
More 0.9.2 -> 0.9.2b
Diffstat (limited to 'perl/Makefile.PL')
-rw-r--r--perl/Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/Makefile.PL b/perl/Makefile.PL
index 1f0c44abbf..09eb93653b 100644
--- a/perl/Makefile.PL
+++ b/perl/Makefile.PL
@@ -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;