diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index ccdb35bd32..4f4383c59c 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2010-12-27 Ramon Novoa + + * pandoradb_data.sql, include/config_process.php: Updated + version strings for the 3.2 release. + 2010-12-27 Sancho Lerena * pandora_console.redhat.spec: Some package deps. was missing for redhat. diff --git a/pandora_console/include/config_process.php b/pandora_console/include/config_process.php index 53f0cc23a4..57d641dc61 100644 --- a/pandora_console/include/config_process.php +++ b/pandora_console/include/config_process.php @@ -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; diff --git a/pandora_console/pandoradb_data.sql b/pandora_console/pandoradb_data.sql index 9988d8631d..e322421aaf 100644 --- a/pandora_console/pandoradb_data.sql +++ b/pandora_console/pandoradb_data.sql @@ -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'),