2010-12-27 Ramon Novoa <rnovoa@artica.es>
* lib/PandoraFMS/Config.pm: Updated version strings for the 3.2 release. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3714 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
631dcddec0
commit
ec28504e4f
|
@ -1,3 +1,8 @@
|
|||
2010-12-27 Ramon Novoa <rnovoa@artica.es>
|
||||
|
||||
* lib/PandoraFMS/Config.pm: Updated version strings for the 3.2
|
||||
release.
|
||||
|
||||
2010-12-27 Ramon Novoa <rnovoa@artica.es>
|
||||
|
||||
* util/pandora_recode_db.pl: Added back to the repository until
|
||||
|
|
|
@ -41,8 +41,8 @@ our @EXPORT = qw(
|
|||
);
|
||||
|
||||
# version: Defines actual version of Pandora Server for this module only
|
||||
my $pandora_version = "3.2rc2";
|
||||
my $pandora_build = "101125";
|
||||
my $pandora_version = "3.2";
|
||||
my $pandora_build = "101227";
|
||||
our $VERSION = $pandora_version." ".$pandora_build;
|
||||
|
||||
# Setup hash
|
||||
|
|
Loading…
Reference in New Issue