diff options
Diffstat (limited to 'PerlMagick')
-rw-r--r-- | PerlMagick/Magick.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PerlMagick/Magick.pm b/PerlMagick/Magick.pm index 4052188..1a69071 100644 --- a/PerlMagick/Magick.pm +++ b/PerlMagick/Magick.pm @@ -40,7 +40,7 @@ require AutoLoader; ); # This version identifier must match the package version. -($VERSION) = '1.3.35' =~ /^([\d.]+)/g; +($VERSION) = '1.3.36' =~ /^([\d.]+)/g; sub AUTOLOAD { # This AUTOLOAD is used to 'autoload' constants from the constant() |