version bump - 2.004002

This commit is contained in:
Oliver Gorwits
2013-01-30 13:19:39 +00:00
parent d71a78d408
commit 1e1b1f8f5d
3 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
2.004002 - 2013-01-30
[BUG FIXES]
* Typo in one of the schema migration files
2.004001 - 2013-01-29
[ENHANCEMENTS]

View File

@@ -51,4 +51,4 @@ resources:
homepage: http://netdisco.org/
license: http://opensource.org/licenses/bsd-license.php
repository: git://netdisco.git.sourceforge.net/gitroot/netdisco/netdisco-ng
version: 2.004001
version: 2.004002

View File

@@ -7,7 +7,7 @@ use 5.010_000;
use File::ShareDir 'dist_dir';
use Path::Class;
our $VERSION = '2.004001';
our $VERSION = '2.004002';
BEGIN {
if (not length ($ENV{DANCER_APPDIR} || '')