From: Daniel Kahn Gillmor Date: Mon, 20 Dec 2010 17:10:20 +0000 (-0500) Subject: bump internal version number. X-Git-Tag: msva-perl_debian/0.8-1~1^2~2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a5aa2dcbdf1ae3ef4c705af6d761a53b6f22fff1;p=monkeysphere-validation-agent.git bump internal version number. --- diff --git a/Crypt/Monkeysphere/MSVA.pm b/Crypt/Monkeysphere/MSVA.pm index fc4f70c..bd81606 100755 --- a/Crypt/Monkeysphere/MSVA.pm +++ b/Crypt/Monkeysphere/MSVA.pm @@ -41,7 +41,7 @@ # we need the version of GnuPG::Interface that knows about pubkey_data, etc: use GnuPG::Interface 0.42.02; - $VERSION = '0.7'; + $VERSION = '0.8'; my $gnupg = GnuPG::Interface::->new(); $gnupg->options->quiet(1);