diff --git a/centreon/plugins/script.pm b/centreon/plugins/script.pm index 81e81dfd8..babc300a8 100644 --- a/centreon/plugins/script.pm +++ b/centreon/plugins/script.pm @@ -30,7 +30,7 @@ use Pod::Find qw(pod_where); my %handlers = (DIE => {}); -my $global_version = 20160217; +my $global_version = 20160220; my $alternative_fatpacker = 0; sub new { diff --git a/changelog b/changelog index 3bc5034ab..8d5e2bccf 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,6 @@ +2016-02-20 Quentin Garnier + * Add a class for FatPacker system + 2016-02-17 Quentin Garnier * Plugin added: to check Kemp * Plugin added: to check Netbackup