diff --git a/pandora_server/ChangeLog b/pandora_server/ChangeLog index 46692bb368..db63a159e6 100644 --- a/pandora_server/ChangeLog +++ b/pandora_server/ChangeLog @@ -1,3 +1,9 @@ +2008-10-16 Sancho Lerena + + * Config.pm: Version update. + + This should be the final commit for 2.0 stable version. + 2008-10-10 Sancho Lerena * bin/pandora_snmpconsole: Trap SNMP forward not will included in diff --git a/pandora_server/lib/PandoraFMS/Config.pm b/pandora_server/lib/PandoraFMS/Config.pm index 5cd8318c4a..4370e9ae17 100644 --- a/pandora_server/lib/PandoraFMS/Config.pm +++ b/pandora_server/lib/PandoraFMS/Config.pm @@ -38,8 +38,8 @@ our @EXPORT = qw( # There is no global vars, all variables (setup) passed as hash reference # version: Defines actual version of Pandora Server for this module only -my $pandora_version = "2.0Beta1"; -my $pandora_build="PS080822"; +my $pandora_version = "2.0"; +my $pandora_build="PS081014"; our $VERSION = $pandora_version." ".$pandora_build; # Setup hash