From 9c542e69890772e5ecf7ad2580fcae02742c2f3a Mon Sep 17 00:00:00 2001 From: Emmanuel Rodriguez Date: Tue, 17 Mar 2009 13:11:11 +0100 Subject: [PATCH] Version change to 0.03 --- bindings/perl/Champlain/Changes | 5 +++++ bindings/perl/Champlain/lib/Champlain.pm | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/bindings/perl/Champlain/Changes b/bindings/perl/Champlain/Changes index 2fc541e..efd55ff 100644 --- a/bindings/perl/Champlain/Changes +++ b/bindings/perl/Champlain/Changes @@ -1,5 +1,10 @@ Revision history for Champlain + +0.03 Tue Mar 17 13:10:08 CET 2009 + Fixed the binding of champlain_view_embed_get_view() + + 0.02 Tue Mar 17 09:18:08 CET 2009 Cleanup in the project. Added champlain_view_embed_get_view() diff --git a/bindings/perl/Champlain/lib/Champlain.pm b/bindings/perl/Champlain/lib/Champlain.pm index 0b460a7..9c67dfc 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.02'; +our $VERSION = '0.03'; use base 'DynaLoader'; use Exporter 'import'; -- 2.39.5