bump version to 1.008020 1.008020
Karen Etheridge [Thu, 3 Oct 2013 19:57:48 +0000 (12:57 -0700)]
Changes
lib/local/lib.pm

diff --git a/Changes b/Changes
index 20fd674..fd5e870 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Revision history for local::lib
 
+1.008020   2013-10-03 (development release, unindexed)
         - yet another attempt to overcome win32 testing issues (paths with
           spaces, backslashes)
 
index 86ce359..326d5d8 100644 (file)
@@ -10,7 +10,7 @@ use File::Spec ();
 use File::Path ();
 use Config;
 
-our $VERSION = '1.008_019'; # 1.8.19 development release
+our $VERSION = '1.008_020'; # 1.8.20 development release
 $VERSION = eval $VERSION;
 
 our @KNOWN_FLAGS = qw(--self-contained --deactivate --deactivate-all);