From d3ac13153b7affac06d7bf5a0422d22e7f20be4f Mon Sep 17 00:00:00 2001 From: Emmanuel Rodriguez Date: Mon, 16 Mar 2009 19:31:02 +0100 Subject: [PATCH] Version change to 0.02 --- bindings/perl/Champlain/Changes | 5 ++++- bindings/perl/Champlain/lib/Champlain.pm | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/bindings/perl/Champlain/Changes b/bindings/perl/Champlain/Changes index 581c203..883bdf5 100644 --- a/bindings/perl/Champlain/Changes +++ b/bindings/perl/Champlain/Changes @@ -1,5 +1,8 @@ Revision history for Champlain +0.02 Mon Mar 16 19:29:31 CET 2009 + Cleanup in the project. + + 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 bc52fdc..4361512 100644 --- a/bindings/perl/Champlain/lib/Champlain.pm +++ b/bindings/perl/Champlain/lib/Champlain.pm @@ -86,7 +86,7 @@ at your option, any later version of Perl 5 you may have available. use warnings; use strict; -our $VERSION = '0.01'; +our $VERSION = '0.02'; use base 'DynaLoader'; use Exporter 'import'; -- 2.39.5