From 31133064e1b44bff40ed639cf8df672777ca7fb9 Mon Sep 17 00:00:00 2001 From: Emmanuel Rodriguez Date: Wed, 25 Mar 2009 22:06:21 +0100 Subject: [PATCH] Version change to 0.4 --- bindings/perl/Champlain/Changes | 6 ++++++ bindings/perl/Champlain/lib/Champlain.pm | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/bindings/perl/Champlain/Changes b/bindings/perl/Champlain/Changes index 316060b..f046184 100644 --- a/bindings/perl/Champlain/Changes +++ b/bindings/perl/Champlain/Changes @@ -1,6 +1,11 @@ Revision history for Champlain +0.04 Wed Mar 25 22:04:27 CET 2009 + Added the map sources osm_cyclemap and osm_osmarender + Port of the C demo animated-marker + + 0.03 Sun Mar 22 22:32:44 CET 2009 Fixed the binding of champlain_view_embed_get_view() Added support for Champlain::ZoomLevel @@ -14,3 +19,4 @@ 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 9c67dfc..ab7f376 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.03'; +our $VERSION = '0.04'; use base 'DynaLoader'; use Exporter 'import'; -- 2.39.5