From: Emmanuel Rodriguez Date: Mon, 16 Mar 2009 18:31:02 +0000 (+0100) Subject: Version change to 0.02 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3ac13153b7affac06d7bf5a0422d22e7f20be4f;p=libchamplain Version change to 0.02 --- 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';