release 2.019001

This commit is contained in:
Oliver Gorwits
2013-10-22 15:39:55 +01:00
parent 91a90350d1
commit d1f3b89f43
3 changed files with 9 additions and 3 deletions

View File

@@ -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]

View File

@@ -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

View File

@@ -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} || '')