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:
ramonn 2012-01-30 18:00:59 +00:00
parent 830f6a3317
commit f87cd81330
2 changed files with 5 additions and 1 deletions

View File

@ -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> 2012-01-26 Junichi Satoh <junichi@rworks.jp>
* lib/PandoraFMS/Core.pm: Added support for special days. * lib/PandoraFMS/Core.pm: Added support for special days.

View File

@ -42,7 +42,7 @@ our @EXPORT = qw(
); );
# version: Defines actual version of Pandora Server for this module only # 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"; my $pandora_build = "111213";
our $VERSION = $pandora_version." ".$pandora_build; our $VERSION = $pandora_version." ".$pandora_build;