Skip to content

Commit

Permalink
Set version to 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Ari Jolma authored and fpl committed Dec 19, 2023
1 parent 40bebd9 commit 8dcabda
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion lib/Geo/GDAL/FFI.pm
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ use Geo::GDAL::FFI::GeomFieldDefn;
use Geo::GDAL::FFI::Feature;
use Geo::GDAL::FFI::Geometry;

our $VERSION = 0.1100;
our $VERSION = 0.1200;
our $DEBUG = 0;

our @ISA = qw(Exporter);
Expand Down
2 changes: 1 addition & 1 deletion lib/Geo/GDAL/FFI/Band.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use Carp;
use FFI::Platypus::Buffer;
use base 'Geo::GDAL::FFI::Object';

our $VERSION = 0.1100;
our $VERSION = 0.1200;

sub DESTROY {
my $self = shift;
Expand Down
2 changes: 1 addition & 1 deletion lib/Geo/GDAL/FFI/Dataset.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use Carp;
use base 'Geo::GDAL::FFI::Object';
use Scalar::Util qw /blessed/;

our $VERSION = 0.1100;
our $VERSION = 0.1200;

sub DESTROY {
my $self = shift;
Expand Down
2 changes: 1 addition & 1 deletion lib/Geo/GDAL/FFI/Driver.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;
use Carp;
use base 'Geo::GDAL::FFI::Object';

our $VERSION = 0.1100;
our $VERSION = 0.1200;

sub GetName {
my $self = shift;
Expand Down
2 changes: 1 addition & 1 deletion lib/Geo/GDAL/FFI/Feature.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use Carp;
use Encode qw(decode encode);
use FFI::Platypus::Buffer;

our $VERSION = 0.1100;
our $VERSION = 0.1200;

sub new {
my ($class, $defn) = @_;
Expand Down
2 changes: 1 addition & 1 deletion lib/Geo/GDAL/FFI/FeatureDefn.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;
use Carp;

our $VERSION = 0.1100;
our $VERSION = 0.1200;

sub new {
my ($class, $args) = @_;
Expand Down
2 changes: 1 addition & 1 deletion lib/Geo/GDAL/FFI/FieldDefn.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;
use Carp;

our $VERSION = 0.1100;
our $VERSION = 0.1200;

sub new {
my ($class, $args) = @_;
Expand Down
2 changes: 1 addition & 1 deletion lib/Geo/GDAL/FFI/GeomFieldDefn.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;
use Carp;

our $VERSION = 0.1100;
our $VERSION = 0.1200;

sub new {
my ($class, $args) = @_;
Expand Down
2 changes: 1 addition & 1 deletion lib/Geo/GDAL/FFI/Geometry.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;
use Carp;

our $VERSION = 0.1100;
our $VERSION = 0.1200;

my %ref;

Expand Down
2 changes: 1 addition & 1 deletion lib/Geo/GDAL/FFI/Layer.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;
use Carp;
use base 'Geo::GDAL::FFI::Object';

our $VERSION = 0.1100;
our $VERSION = 0.1200;

sub DESTROY {
my $self = shift;
Expand Down
2 changes: 1 addition & 1 deletion lib/Geo/GDAL/FFI/Object.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;
use Carp;

our $VERSION = 0.1100;
our $VERSION = 0.1200;

sub GetDescription {
my $self = shift;
Expand Down
2 changes: 1 addition & 1 deletion lib/Geo/GDAL/FFI/SpatialReference.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;
use Carp;

our $VERSION = 0.1100;
our $VERSION = 0.1200;

sub new {
my ($class, $arg, @arg) = @_;
Expand Down
2 changes: 1 addition & 1 deletion lib/Geo/GDAL/FFI/VSI.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use Carp;
use FFI::Platypus::Buffer;
require Exporter;

our $VERSION = 0.1100;
our $VERSION = 0.1200;

our @ISA = qw(Exporter);
our @EXPORT_OK = qw(Mkdir Rmdir ReadDir FOpen Unlink Rename);
Expand Down
2 changes: 1 addition & 1 deletion lib/Geo/GDAL/FFI/VSI/File.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use Encode qw(decode encode);
use Carp;
use FFI::Platypus::Buffer;

our $VERSION = 0.1100;
our $VERSION = 0.1200;

sub Open {
my ($class, $path, $access) = @_;
Expand Down

0 comments on commit 8dcabda

Please sign in to comment.