From 6d9916e248e02d04bb6fe7b7251506d7d2e7bf55 Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Mon, 22 Jan 2007 14:18:32 +0000 Subject: [PATCH] bump to 0.004 --- Changes | 3 ++- Screenshot.pm | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 54eb8cf..cf78bd5 100755 --- 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 diff --git a/Screenshot.pm b/Screenshot.pm index 79159cf..52e3c81 100644 --- a/Screenshot.pm +++ b/Screenshot.pm @@ -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; -- 2.30.2