summaryrefslogtreecommitdiff
path: root/lib/Crypt/Cipher/XTEA.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Crypt/Cipher/XTEA.pm')
-rw-r--r--lib/Crypt/Cipher/XTEA.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Crypt/Cipher/XTEA.pm b/lib/Crypt/Cipher/XTEA.pm
index e1edab1d..9c8a10a6 100644
--- a/lib/Crypt/Cipher/XTEA.pm
+++ b/lib/Crypt/Cipher/XTEA.pm
@@ -4,7 +4,7 @@ package Crypt::Cipher::XTEA;
use strict;
use warnings;
-our $VERSION = '0.069';
+our $VERSION = '0.069_001';
use base qw(Crypt::Cipher);