From: Emmanuel Rodriguez Date: Tue, 15 Sep 2009 20:10:22 +0000 (+0200) Subject: Version change to 0.07 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2eab31182226fea71bbd3b0fcb1e6c899de152ff;p=libchamplain Version change to 0.07 --- diff --git a/bindings/perl/Champlain/Changes b/bindings/perl/Champlain/Changes index 0db3dba..7818f84 100644 --- a/bindings/perl/Champlain/Changes +++ b/bindings/perl/Champlain/Changes @@ -1,5 +1,8 @@ Revision history for Champlain +0.07 Tue Sep 15 22:05:38 CEST 2009 + Port to libchamplain 0.4 and clutter 1.0 + 0.06 Sat Aug 8 09:32:26 CEST 2009 Full coverage for libchamplain 0.3.5 (the last release to use clutter 0.8). Updated the example flickr.pl. diff --git a/bindings/perl/Champlain/lib/Champlain.pm b/bindings/perl/Champlain/lib/Champlain.pm index 88c8752..488e10e 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.06'; +our $VERSION = '0.07'; use base 'DynaLoader'; use Exporter 'import';