summaryrefslogtreecommitdiff
path: root/lib/Crypt/Mac/PMAC.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Crypt/Mac/PMAC.pm')
-rw-r--r--lib/Crypt/Mac/PMAC.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Crypt/Mac/PMAC.pm b/lib/Crypt/Mac/PMAC.pm
index e52d27e5..317e5b30 100644
--- a/lib/Crypt/Mac/PMAC.pm
+++ b/lib/Crypt/Mac/PMAC.pm
@@ -4,7 +4,7 @@ package Crypt::Mac::PMAC;
use strict;
use warnings;
-our $VERSION = '0.079_006';
+our $VERSION = '0.079_007';
use base qw(Crypt::Mac Exporter);
our %EXPORT_TAGS = ( all => [qw( pmac pmac_hex pmac_b64 pmac_b64u )] );