2010-08-10 Sancho Lerena <slerena@artica.es>
* lib/PandoraFMS/Config.pm: Updated build and development version. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3117 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
5b673b02ec
commit
df81950c5f
|
@ -1,3 +1,7 @@
|
||||||
|
2010-08-10 Sancho Lerena <slerena@artica.es>
|
||||||
|
|
||||||
|
* lib/PandoraFMS/Config.pm: Updated build and development version.
|
||||||
|
|
||||||
2010-08-04 Sancho Lerena <slerena@artica.es>
|
2010-08-04 Sancho Lerena <slerena@artica.es>
|
||||||
|
|
||||||
* pandora_server.redhat.spec: Specific spec for redhat/centos.
|
* pandora_server.redhat.spec: Specific spec for redhat/centos.
|
||||||
|
|
|
@ -41,8 +41,8 @@ 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 = "3.1";
|
my $pandora_version = "3.2dev";
|
||||||
my $pandora_build = "100608";
|
my $pandora_build = "100810";
|
||||||
our $VERSION = $pandora_version." ".$pandora_build;
|
our $VERSION = $pandora_version." ".$pandora_build;
|
||||||
|
|
||||||
# Setup hash
|
# Setup hash
|
||||||
|
|
Loading…
Reference in New Issue