diff --git a/Changes b/Changes index 0587b4a..cb663d0 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for Perl extension Geo::GDAL::FFI +0.13 in prep + 0.12 June 19, 2024 - improved header parsing, updated to GDAL 3.9 (GH#79, @fpl++) - Package is now thread-safe (GH#69, @fpl++) diff --git a/lib/Geo/GDAL/FFI.pm b/lib/Geo/GDAL/FFI.pm index 8c05918..cea81c5 100644 --- a/lib/Geo/GDAL/FFI.pm +++ b/lib/Geo/GDAL/FFI.pm @@ -26,7 +26,7 @@ use Geo::GDAL::FFI::GeomFieldDefn; use Geo::GDAL::FFI::Feature; use Geo::GDAL::FFI::Geometry; -our $VERSION = 0.1200; +our $VERSION = 0.1300; our $DEBUG = 0; our @ISA = qw(Exporter);