From 631dcddec0c6af0bc768853b1954d60958d16804 Mon Sep 17 00:00:00 2001 From: Ramon Novoa Date: Mon, 27 Dec 2010 18:28:10 +0000 Subject: [PATCH] 2010-12-27 Ramon Novoa * 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 --- pandora_console/ChangeLog | 5 +++++ pandora_console/include/config_process.php | 4 ++-- pandora_console/pandoradb_data.sql | 4 ++-- 3 files changed, 9 insertions(+), 4 deletions(-) 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'),