2010-11-25 Sancho Lerena <slerena@artica.es>
* include/config_process.php: Version update. * pandora_console.spec: Version update. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3630 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
a123dc9ea2
commit
b8322cbcc5
|
@ -1,3 +1,9 @@
|
|||
2010-11-25 Sancho Lerena <slerena@artica.es>
|
||||
|
||||
* include/config_process.php: Version update.
|
||||
|
||||
* pandora_console.spec: Version update.
|
||||
|
||||
2010-11-25 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* extras/pandoradb_migrate_v3.1_to_v3.2.sql: erase the problematic
|
||||
|
|
|
@ -22,8 +22,8 @@
|
|||
/**
|
||||
* Pandora build version and version
|
||||
*/
|
||||
$build_version = 'PC101108';
|
||||
$pandora_version = 'v3.2RC1';
|
||||
$build_version = 'PC101125';
|
||||
$pandora_version = 'v3.2rc2';
|
||||
|
||||
/* Help to debug problems. Override global PHP configuration */
|
||||
if (!isset($develop_bypass)) $develop_bypass = 0;
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
# Pandora FMS Console
|
||||
#
|
||||
%define name pandorafms_console
|
||||
%define version 3.2RC1
|
||||
%define release 2
|
||||
%define version 3.2rc2
|
||||
%define release 1
|
||||
%define httpd_name httpd
|
||||
# User and Group under which Apache is running
|
||||
%define httpd_name apache2
|
||||
|
|
Loading…
Reference in New Issue