0.009_001 release v0.009_001
authorTony Cook <tony@develop-help.com>
Mon, 11 Oct 2010 09:46:43 +0000 (09:46 +0000)
committerTony Cook <tony@develop-help.com>
Mon, 11 Oct 2010 09:46:43 +0000 (09:46 +0000)
Changes
Screenshot.pm

diff --git a/Changes b/Changes
index 09a7f941447dd8e5dea5af37ee50b489aabc48a1..06aa8ee3bf8c0edc07f9100aa1c9a20907b0396b 100755 (executable)
--- a/Changes
+++ b/Changes
@@ -1,4 +1,4 @@
-0.009_001
+0.009_001 11 Cot 2010
 
 - add Darwin (Apple Mac OS X) support
 
index 6508fd63fdb456c775da76a223184729cd2667e6..dd051d0f5e087ab415af1e4cd74fb5e76d53f38a 100644 (file)
@@ -10,7 +10,7 @@ push @ISA, 'Exporter';
 BEGIN {
   require Exporter;
   @ISA = qw(Exporter);
-  $VERSION = '0.009';
+  $VERSION = '0.009_001';
   eval {
     # try XSLoader first, DynaLoader has annoying baggage
     require XSLoader;