0.013 release v0.013
authorTony Cook <tony@develop-help.com>
Fri, 11 Jan 2013 01:22:07 +0000 (12:22 +1100)
committerTony Cook <tony@develop-help.com>
Fri, 11 Jan 2013 01:22:07 +0000 (12:22 +1100)
Changes
Screenshot.pm

diff --git a/Changes b/Changes
index f086f3bb4f56d413502a49ea7b9f0d6be645e522..f01650f278f33c49ff5c40e87480c0f601afeafb 100755 (executable)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,4 @@
+0.013 11 Jan 2013
 
  - use Imager::Probe to find libraries instead of custom code
    https://rt.cpan.org/Ticket/Display.html?id=82489
index be05861f7b8f51cdc0312abaa4e7ab05c9729c8c..dd38b287610e926b87de4cb89c36e64b11305d12 100644 (file)
@@ -10,7 +10,7 @@ push @ISA, 'Exporter';
 BEGIN {
   require Exporter;
   @ISA = qw(Exporter);
-  $VERSION = '0.012';
+  $VERSION = '0.013';
 
   require XSLoader;
   XSLoader::load('Imager::Screenshot' => $VERSION);