0.011 release v0.011
authorTony Cook <tony@develop-help.com>
Wed, 23 Nov 2011 08:28:58 +0000 (19:28 +1100)
committerTony Cook <tony@develop-help.com>
Wed, 23 Nov 2011 08:28:58 +0000 (19:28 +1100)
Changes
Screenshot.pm

diff --git a/Changes b/Changes
index ca7862eef59e2030c0523debcf0043ae735126e5..221dcbe97993c1684bad45d8fe1d361a9dc863f6 100755 (executable)
--- a/Changes
+++ b/Changes
@@ -1,4 +1,4 @@
-0.011 unreleased
+0.011 23 Nov 2011
 
 - transition to git
 
index dbd0f5fb9243d0585212ab4f5c0f6d792dda1c40..cf360d7833fd05ad5925b58cefa8e7909fb3c20b 100644 (file)
@@ -10,7 +10,7 @@ push @ISA, 'Exporter';
 BEGIN {
   require Exporter;
   @ISA = qw(Exporter);
-  $VERSION = '0.010';
+  $VERSION = '0.011';
   eval {
     # try XSLoader first, DynaLoader has annoying baggage
     require XSLoader;