2008-10-16 Sancho Lerena <slerena@artica.es>
* 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
This commit is contained in:
parent
50c97b1de0
commit
16779bbc9f
|
@ -1,3 +1,9 @@
|
|||
2008-10-16 Sancho Lerena <slerena@artica.es>
|
||||
|
||||
* Config.pm: Version update.
|
||||
|
||||
This should be the final commit for 2.0 stable version.
|
||||
|
||||
2008-10-10 Sancho Lerena <slerena@artica.es>
|
||||
|
||||
* bin/pandora_snmpconsole: Trap SNMP forward not will included in
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue