prep for release v0.009009 v0.9.9
Karen Etheridge [Fri, 3 Aug 2012 22:09:00 +0000 (15:09 -0700)]
...and switching to dotless versions to make it clear we have a lot of room
left before we're forced over to 1.0

Changes
lib/App/FatPacker.pm

diff --git a/Changes b/Changes
index 733680b..87e2e1a 100644 (file)
--- 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
index b2d22f4..83c7f08 100644 (file)
@@ -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;