bump to 0.004 v0.004
authorTony Cook <tony@develop-help.com>
Mon, 22 Jan 2007 14:18:32 +0000 (14:18 +0000)
committerTony Cook <tony@develop-help.com>
Mon, 22 Jan 2007 14:18:32 +0000 (14:18 +0000)
Changes
Screenshot.pm

diff --git a/Changes b/Changes
index 54eb8cfb5bcc9eea4426f7643f70990904166751..cf78bd5281ceaccb676ecff267820d72d797d015 100755 (executable)
--- a/Changes
+++ b/Changes
@@ -1,4 +1,5 @@
-0.004
+0.004 23 Jan 2007
+       - 0.004 release
        - add ppport.h for 5.005_03 support
        - t/30tkx11.t now provides a default gemoetry to prevent
          a wait for window placement on window managers that do that
index 79159cfb9b8ce6956c84893e02b822b2cc998b03..52e3c81e8bd78c59f20138fb8eed81d854a7efbf 100644 (file)
@@ -10,7 +10,7 @@ push @ISA, 'Exporter';
 BEGIN {
   require Exporter;
   @ISA = qw(Exporter);
-  $VERSION = '0.003';
+  $VERSION = '0.004';
   eval {
     # try XSLoader first, DynaLoader has annoying baggage
     require XSLoader;