Change to a CPAN-friendly version string.
authorW. Trevor King <wking@drexel.edu>
Sat, 28 May 2011 17:17:38 +0000 (13:17 -0400)
committerW. Trevor King <wking@drexel.edu>
Sat, 28 May 2011 17:17:40 +0000 (13:17 -0400)
lib/Crypt/Monkeysphere/MSVA.pm

index c1e731dd196fb80c0e67c3b9a3d2b2ccd844a9f8..c709c755c4b7ca6f82f967eaca56870de095ed2c 100755 (executable)
@@ -45,7 +45,7 @@
   # we need the version of GnuPG::Interface that knows about pubkey_data, etc:
   use GnuPG::Interface 0.43;
 
-  $VERSION = '0.9~pre';
+  $VERSION = '0.09_001';
 
   my $gnupg = GnuPG::Interface::->new();
   $gnupg->options->quiet(1);