]> git.imager.perl.org - imager.git/commitdiff
properly increment $VERSION for Imager::Matrix2d
authorTony Cook <tony@develop-help.com>
Mon, 31 Oct 2011 11:04:03 +0000 (22:04 +1100)
committerTony Cook <tony@develop-help.com>
Mon, 31 Oct 2011 11:04:03 +0000 (22:04 +1100)
Changes
lib/Imager/Matrix2d.pm

diff --git a/Changes b/Changes
index d418b0008246b7ec9a987e661dffd5ccc5a9c342..408d4b59d3b078f205f16f512c7a2825c4aaddff 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Imager release history.  Older releases can be found in Changes.old
 
+ - properly increment the Imager::Matrix2d $VERSION.
+
 Imager 0.86 - 31 Oct 2011
 ===========
 
index d6a5a557b2f3edd410abb0995a7465d38a310541..e33716d3e9f2126ee7c520f76369a54abc2d0d57 100644 (file)
@@ -4,7 +4,7 @@ use vars qw($VERSION);
 use Scalar::Util qw(reftype looks_like_number);
 use Carp qw(croak);
 
-$VERSION = "1.0010";
+$VERSION = "1.010";
 
 =head1 NAME