We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc41b39 commit 09187bbCopy full SHA for 09187bb
bindings/perl/META.json
@@ -47,5 +47,5 @@
47
"url" : "https://github.com/rhash/RHash"
48
}
49
},
50
- "version" : "0.99"
+ "version" : "1.00"
51
bindings/perl/META.yml
@@ -23,4 +23,4 @@ resources:
23
homepage: http://rhash.sf.net/
24
license: https://github.com/rhash/RHash/blob/master/COPYING
25
repository: https://github.com/rhash/RHash
26
-version: 0.99
+version: 1.00
bindings/perl/Rhash.pm
@@ -23,7 +23,7 @@ our %EXPORT_TAGS = (
Exporter::export_tags( );
Exporter::export_ok_tags( qw(Functions Constants) );
-our $VERSION = '0.99';
+our $VERSION = '1.00';
27
28
require XSLoader;
29
XSLoader::load('Crypt::Rhash', $VERSION);
0 commit comments