From 5a207fbca1870c64d3a67f9a17dedbbc83d1cb53 Mon Sep 17 00:00:00 2001 From: slerena Date: Thu, 16 Oct 2008 18:08:24 +0000 Subject: [PATCH] 2008-10-16 Sancho Lerena * Config.pm: Version update. This should be the final commit for 2.0 stable version. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1161 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_server/ChangeLog | 6 ++++++ pandora_server/lib/PandoraFMS/Config.pm | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) 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