From 04928663aea092217286ae27b4f560cd6e374696 Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Mon, 7 May 2012 16:25:37 +1000 Subject: [PATCH] 0.10 release --- Changes | 2 +- Graph.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 45403e2..064dcef 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ Revision history for Perl extension Imager::Graph. -Imager-Graph 0.10 - unreleased +Imager-Graph 0.10 - 7 May 2012 ================= - loosen up image comparisons - the rounding change in Imager 0.90 diff --git a/Graph.pm b/Graph.pm index 6371adb..d8e6683 100644 --- a/Graph.pm +++ b/Graph.pm @@ -29,7 +29,7 @@ use vars qw($VERSION); use Imager qw(:handy); use Imager::Fountain; -$VERSION = '0.09'; +$VERSION = '0.10'; # the maximum recursion depth in determining a color, fill or number use constant MAX_DEPTH => 10; -- 2.39.2