From: Dobrica Pavlinusic Date: Thu, 23 Sep 2010 13:15:01 +0000 (+0000) Subject: bump version to [0.11] X-Git-Url: http://git.rot13.org/?p=MARC-Fast;a=commitdiff_plain;h=2448cacb6d649bec715fbdeb95606f0cfd76b9a3;hp=01a39d84c74ffc4a3553eff9a57a10ae0231a850 bump version to [0.11] git-svn-id: svn+ssh://llin/home/dpavlin/private/svn/MARC-Fast/trunk@44 49f9634a-d7ec-0310-8e6b-ec35c6cc8804 --- diff --git a/lib/MARC/Fast.pm b/lib/MARC/Fast.pm index 35a1e6a..dc2f303 100644 --- a/lib/MARC/Fast.pm +++ b/lib/MARC/Fast.pm @@ -7,7 +7,7 @@ use Data::Dump qw/dump/; BEGIN { use Exporter (); use vars qw ($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS); - $VERSION = 0.10; + $VERSION = 0.11; @ISA = qw (Exporter); #Give a hoot don't pollute, do not export more than needed by default @EXPORT = qw ();