From a3dc6f065acf08de73ac42938f6c5138bdd3427c Mon Sep 17 00:00:00 2001 From: Emmanuel Rodriguez Date: Thu, 9 Jul 2009 20:49:35 +0200 Subject: [PATCH] Version change to 0.06 --- bindings/perl/Champlain/Changes | 4 ++++ bindings/perl/Champlain/lib/Champlain.pm | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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'; -- 2.39.5