Change to a CPAN-friendly version string.
[monkeysphere-validation-agent.git] / 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);