2012-02-14 Sancho Lerena <slerena@artica.es>
* lib/PandoraFMS/Config.pm: Version update. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5589 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
9f287deea8
commit
ff8593837b
|
@ -1,3 +1,7 @@
|
|||
2012-02-14 Sancho Lerena <slerena@artica.es>
|
||||
|
||||
* lib/PandoraFMS/Config.pm: Version update.
|
||||
|
||||
2012-02-14 Vanessa Gil <vanessa.gil@artica.es>
|
||||
|
||||
* util/pandora_manage.pl: Changed default field separator to
|
||||
|
|
|
@ -42,8 +42,8 @@ our @EXPORT = qw(
|
|||
);
|
||||
|
||||
# version: Defines actual version of Pandora Server for this module only
|
||||
my $pandora_version = "4.1dev";
|
||||
my $pandora_build = "111213";
|
||||
my $pandora_version = "5.0dev";
|
||||
my $pandora_build = "120214";
|
||||
our $VERSION = $pandora_version." ".$pandora_build;
|
||||
|
||||
# Setup hash
|
||||
|
|
Loading…
Reference in New Issue