Navigation Menu

Skip to content

Commit

Permalink
Prepped version 3.6 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Bart Busscots committed Aug 11, 2015
1 parent a8f4eaa commit a0ff6a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Crypt/HSXKPasswd.pm
Expand Up @@ -59,7 +59,7 @@ our @EXPORT = qw( hsxkpasswd );
#

# version info
use version; our $VERSION = qv('3.5_1');
use version; our $VERSION = qv('3.6');

# entropy control variables
my $_ENTROPY_MIN_BLIND = 78; # 78 bits - equivalent to 12 alpha numeric characters with mixed case and symbols
Expand Down Expand Up @@ -2687,7 +2687,7 @@ famous XKCD password cartoon (L<https://xkcd.com/936/>).
=head1 VERSION
This documentation refers to C<Crypt::HSXKPasswd> version 3.5.
This documentation refers to C<Crypt::HSXKPasswd> version 3.6.
=head1 SYNOPSIS
Expand Down

0 comments on commit a0ff6a0

Please sign in to comment.