From: Emmanuel Rodriguez Date: Thu, 9 Jul 2009 18:49:35 +0000 (+0200) Subject: Version change to 0.06 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3dc6f065acf08de73ac42938f6c5138bdd3427c;p=libchamplain Version change to 0.06 --- diff --git a/bindings/perl/Champlain/Changes b/bindings/perl/Champlain/Changes index 301c307..e26e322 100644 --- a/bindings/perl/Champlain/Changes +++ b/bindings/perl/Champlain/Changes @@ -1,5 +1,9 @@ Revision history for Champlain +0.06 Thu Jul 9 20:48:21 CEST 2009 + Bindings for ChamplainSelectionLayer. + + 0.05 Sat Jun 27 23:05:56 CEST 2009 New example: flickr.pl diff --git a/bindings/perl/Champlain/lib/Champlain.pm b/bindings/perl/Champlain/lib/Champlain.pm index 7949157..5aafdf8 100644 --- a/bindings/perl/Champlain/lib/Champlain.pm +++ b/bindings/perl/Champlain/lib/Champlain.pm @@ -92,7 +92,7 @@ at your option, any later version of Perl 5 you may have available. use warnings; use strict; -our $VERSION = '0.05'; +our $VERSION = '0.06'; use base 'DynaLoader'; use Exporter 'import';