From aa2baf5c75c07bf9c7f19af23c842f60bc93b518 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Sun, 9 Jun 2013 15:44:29 +0100 Subject: [PATCH] next stable release --- Netdisco/Changes | 6 ++++++ Netdisco/META.yml | 2 +- Netdisco/lib/App/Netdisco.pm | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Netdisco/Changes b/Netdisco/Changes index bfba5a8c..4af8e52f 100644 --- a/Netdisco/Changes +++ b/Netdisco/Changes @@ -1,3 +1,9 @@ +2.008000 - 2013-06-09 + + [BUG FIXES] + + * localenv discovery in scripts is now more reliable + 2.007000_002 - 2013-06-03 [NEW FEATURES] diff --git a/Netdisco/META.yml b/Netdisco/META.yml index 304f3b73..da6c4e11 100644 --- a/Netdisco/META.yml +++ b/Netdisco/META.yml @@ -60,4 +60,4 @@ resources: homepage: http://netdisco.org/ license: http://opensource.org/licenses/bsd-license.php repository: git://git.code.sf.net/p/netdisco/netdisco-ng -version: 2.007000_007 +version: 2.008000 diff --git a/Netdisco/lib/App/Netdisco.pm b/Netdisco/lib/App/Netdisco.pm index 5f32c941..48a69061 100644 --- a/Netdisco/lib/App/Netdisco.pm +++ b/Netdisco/lib/App/Netdisco.pm @@ -7,7 +7,7 @@ use 5.010_000; use File::ShareDir 'dist_dir'; use Path::Class; -our $VERSION = '2.007000_007'; +our $VERSION = '2.008000'; BEGIN { if (not length ($ENV{DANCER_APPDIR} || '')