From: Emmanuel Rodriguez Date: Sat, 27 Jun 2009 21:14:41 +0000 (+0200) Subject: Version change to 0.05 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89f909df01c0b7574add2ce5d1897f8fc03a3a44;p=libchamplain Version change to 0.05 --- diff --git a/bindings/perl/Champlain/Changes b/bindings/perl/Champlain/Changes index 16f95dc..301c307 100644 --- a/bindings/perl/Champlain/Changes +++ b/bindings/perl/Champlain/Changes @@ -1,5 +1,8 @@ Revision history for Champlain +0.05 Sat Jun 27 23:05:56 CEST 2009 + New example: flickr.pl + 0.04 Mon Jun 15 23:48:13 CEST 2009 Bindings for libchamplain 0.3.3. @@ -21,4 +24,3 @@ Revision history for Champlain 0.01 Sat Mar 14 10:33:12 CET 2009 First version, released on an unsuspecting world. - diff --git a/bindings/perl/Champlain/lib/Champlain.pm b/bindings/perl/Champlain/lib/Champlain.pm index eb08236..7949157 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.04'; +our $VERSION = '0.05'; use base 'DynaLoader'; use Exporter 'import';