2012-01-30 Ramon Novoa <rnovoa@artica.es>
* lib/PandoraFMS/Config.pm: Updated version string. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5453 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
9a022c3a20
commit
bb9858b551
|
@ -1,3 +1,7 @@
|
|||
2012-01-30 Ramon Novoa <rnovoa@artica.es>
|
||||
|
||||
* lib/PandoraFMS/Config.pm: Updated version string.
|
||||
|
||||
2012-01-26 Junichi Satoh <junichi@rworks.jp>
|
||||
|
||||
* lib/PandoraFMS/Core.pm: Added support for special days.
|
||||
|
|
|
@ -42,7 +42,7 @@ our @EXPORT = qw(
|
|||
);
|
||||
|
||||
# version: Defines actual version of Pandora Server for this module only
|
||||
my $pandora_version = "4.0.1";
|
||||
my $pandora_version = "4.1dev";
|
||||
my $pandora_build = "111213";
|
||||
our $VERSION = $pandora_version." ".$pandora_build;
|
||||
|
||||
|
|
Loading…
Reference in New Issue