Skip to content

Commit af95162

Browse files
committed
Bump for production release of 0.34
1 parent 048b92c commit af95162

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Revision history for Perl extension Crypt::OpenSSL::RSA.
22

3+
0.34 May 5 2025
4+
- Production release.
5+
36
0.34_03 May 4 2025
47
- Fix bug in rsa_crypt. Need to pass NULL
58

RSA.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use warnings;
55

66
use Carp; # Removing carp will break the XS code.
77

8-
our $VERSION = '0.34_03';
8+
our $VERSION = '0.34';
99

1010
use XSLoader;
1111
XSLoader::load 'Crypt::OpenSSL::RSA', $VERSION;

0 commit comments

Comments
 (0)