2010-12-27 Ramon Novoa <rnovoa@artica.es>

* pandoradb_data.sql, include/config_process.php: Updated
	  version strings for the 3.2 release.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3713 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
ramonn 2010-12-27 18:28:10 +00:00
parent ccf52be04e
commit 313776ea8a
3 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2010-12-27 Ramon Novoa <rnovoa@artica.es>
* pandoradb_data.sql, include/config_process.php: Updated
version strings for the 3.2 release.
2010-12-27 Sancho Lerena <slerena@artica.es>
* pandora_console.redhat.spec: Some package deps. was missing for redhat.

View File

@ -22,8 +22,8 @@
/**
* Pandora build version and version
*/
$build_version = 'PC101125';
$pandora_version = 'v3.2rc2';
$build_version = 'PC101227';
$pandora_version = 'v3.2';
/* Help to debug problems. Override global PHP configuration */
if (!isset($develop_bypass)) $develop_bypass = 0;

View File

@ -46,8 +46,8 @@ INSERT INTO `tconfig` (`token`, `value`) VALUES
('days_compact','15'),
('graph_res','5'),
('step_compact','1'),
('db_scheme_version','3.2RC1'),
('db_scheme_build','PD101108'),
('db_scheme_version','3.2'),
('db_scheme_build','PD101227'),
('show_unknown','0'),
('show_lastalerts','1'),
('style','pandora'),