From: Karen Etheridge Date: Sat, 19 Oct 2013 18:16:50 +0000 (-0700) Subject: bump version to 1.008023 (stable) X-Git-Tag: 1.008023^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e63892230d76e7529bca949a64f6b7bc7df57ec1;hp=cfea9c2c96ee7479f8509d73b557f79e77a67504;p=p5sagit%2Flocal-lib.git bump version to 1.008023 (stable) --- diff --git a/Changes b/Changes index 0e6966e..ac0240e 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for local::lib +1.008023 2013-10-19 + - stable release of 1.008022 (no code changes since 1.008012) + 1.008022 2013-10-07 (development release, unindexed) - see 1.008019 through 1.008021 diff --git a/lib/local/lib.pm b/lib/local/lib.pm index 045bc9a..8e41cf7 100644 --- a/lib/local/lib.pm +++ b/lib/local/lib.pm @@ -10,7 +10,7 @@ use File::Spec (); use File::Path (); use Config; -our $VERSION = '1.008_022'; # 1.8.22 development release +our $VERSION = '1.008023'; # 1.8.23 $VERSION = eval $VERSION; our @KNOWN_FLAGS = qw(--self-contained --deactivate --deactivate-all);