From: Emmanuel Rodriguez Date: Sat, 17 Oct 2009 17:16:40 +0000 (+0200) Subject: Version change to 0.09 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae441faf37ea35c143289b03bfd0efc8b728d894;p=libchamplain Version change to 0.09 --- diff --git a/bindings/perl/Champlain/Changes b/bindings/perl/Champlain/Changes index aedfa8d..df1fe76 100644 --- a/bindings/perl/Champlain/Changes +++ b/bindings/perl/Champlain/Changes @@ -1,5 +1,9 @@ Revision history for Champlain +0.09 Sat Oct 17 19:15:01 CEST 2009 + Update the OpenStreetMap license (fixes unit tests). + + 0.08 Wed Sep 23 19:06:04 CEST 2009 Full API coverage for libchamplain 0.4. diff --git a/bindings/perl/Champlain/lib/Champlain.pm b/bindings/perl/Champlain/lib/Champlain.pm index f9be4e2..a60a2ed 100644 --- a/bindings/perl/Champlain/lib/Champlain.pm +++ b/bindings/perl/Champlain/lib/Champlain.pm @@ -119,7 +119,7 @@ For the terms of The Artistic License, see L. use warnings; use strict; -our $VERSION = '0.08'; +our $VERSION = '0.09'; use base 'DynaLoader'; use Exporter 'import';