From: Karen Etheridge Date: Fri, 3 Aug 2012 22:09:00 +0000 (-0700) Subject: prep for release X-Git-Tag: v0.009009^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FApp-FatPacker.git;a=commitdiff_plain;h=refs%2Ftags%2Fv0.009009 prep for release ...and switching to dotless versions to make it clear we have a lot of room left before we're forced over to 1.0 --- diff --git a/Changes b/Changes index 733680b..87e2e1a 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,4 @@ +0.009009 2012-08-03 - RT #78724: fix trace --to-stderr (ether) 0.9.8 2012-07-16 diff --git a/lib/App/FatPacker.pm b/lib/App/FatPacker.pm index b2d22f4..83c7f08 100644 --- a/lib/App/FatPacker.pm +++ b/lib/App/FatPacker.pm @@ -13,7 +13,7 @@ use File::Copy qw(copy); use File::Path qw(mkpath rmtree); use B qw(perlstring); -our $VERSION = '0.009008'; # 0.9.8 +our $VERSION = '0.009009'; # 0.9.9 $VERSION = eval $VERSION;