bump version for release 1.008014
Karen Etheridge [Thu, 12 Sep 2013 16:27:11 +0000 (09:27 -0700)]
Changes
lib/local/lib.pm

diff --git a/Changes b/Changes
index edfdff0..9af2680 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 Revision history for local::lib
 
+1.008014   2013-09-12
         - fix new test to use alternate path representations on windows, to
           handle potential space issues (regression since 1.008012)
 
index 0862004..03bd2d2 100644 (file)
@@ -10,7 +10,7 @@ use File::Spec ();
 use File::Path ();
 use Config;
 
-our $VERSION = '1.008013'; # 1.8.13
+our $VERSION = '1.008014'; # 1.8.14
 
 our @KNOWN_FLAGS = qw(--self-contained --deactivate --deactivate-all);