From ae441faf37ea35c143289b03bfd0efc8b728d894 Mon Sep 17 00:00:00 2001 From: Emmanuel Rodriguez Date: Sat, 17 Oct 2009 19:16:40 +0200 Subject: [PATCH] Version change to 0.09 --- 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 aedfa8d..df1fe76 100644 --- a/bindings/perl/Champlain/Changes +++ b/bindings/perl/Champlain/Changes @@ -1,5 +1,9 @@ Revision history for Champlain +0.09 Sat Oct 17 19:15:01 CEST 2009 + Update the OpenStreetMap license (fixes unit tests). + + 0.08 Wed Sep 23 19:06:04 CEST 2009 Full API coverage for libchamplain 0.4. diff --git a/bindings/perl/Champlain/lib/Champlain.pm b/bindings/perl/Champlain/lib/Champlain.pm index f9be4e2..a60a2ed 100644 --- a/bindings/perl/Champlain/lib/Champlain.pm +++ b/bindings/perl/Champlain/lib/Champlain.pm @@ -119,7 +119,7 @@ For the terms of The Artistic License, see L. use warnings; use strict; -our $VERSION = '0.08'; +our $VERSION = '0.09'; use base 'DynaLoader'; use Exporter 'import'; -- 2.39.5