summaryrefslogtreecommitdiff
path: root/SMIME.pl
diff options
context:
space:
mode:
authorSalvatore Bonaccorso <carnil@debian.org>2014-08-14 22:25:20 +0200
committerSalvatore Bonaccorso <carnil@debian.org>2014-08-14 22:25:20 +0200
commit940530d4a13ef601ffd69208cf292ff854bc40a8 (patch)
tree18e004d6b96f57f8cc3115c22cd680265e3cc6a5 /SMIME.pl
parent6271a063b37c5308cd8353eda5d266e106cb72c5 (diff)
Imported Upstream version 0.15
Diffstat (limited to 'SMIME.pl')
-rw-r--r--SMIME.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/SMIME.pl b/SMIME.pl
index afd8d04..c3242f1 100644
--- a/SMIME.pl
+++ b/SMIME.pl
@@ -2,7 +2,7 @@ package Crypt::SMIME;
use warnings;
use strict;
-our $VERSION = '0.14';
+our $VERSION = '0.15';
require XSLoader;
XSLoader::load(__PACKAGE__, $VERSION);