From d1f3b89f43dd7ed3ff6939a94dadcff5be83103e Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Tue, 22 Oct 2013 15:39:55 +0100 Subject: [PATCH] release 2.019001 --- Netdisco/Changes | 8 +++++++- Netdisco/META.yml | 2 +- Netdisco/lib/App/Netdisco.pm | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Netdisco/Changes b/Netdisco/Changes index 4b80f149..1c695aaf 100644 --- a/Netdisco/Changes +++ b/Netdisco/Changes @@ -1,4 +1,10 @@ -2.018001 - +2.019001 - 2013-10-08 + + [BUG FIXES] + + * Fix syntax error in Util/SNMP.pm + +2.019000 - 2013-10-08 [ENHANCEMENTS] diff --git a/Netdisco/META.yml b/Netdisco/META.yml index da6f31f9..e92dc77d 100644 --- a/Netdisco/META.yml +++ b/Netdisco/META.yml @@ -67,4 +67,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.019000 +version: 2.019001 diff --git a/Netdisco/lib/App/Netdisco.pm b/Netdisco/lib/App/Netdisco.pm index b51c36b6..a8d04ae6 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.019000'; +our $VERSION = '2.019001'; BEGIN { if (not ($ENV{DANCER_APPDIR} || '')