diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index ae599f33b6..e2f328565d 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -10,6 +10,8 @@ * extensions/pandora_logs.php: Fixed html typos. + * include/config_process.php: Updated build to prepare 3.2 RC1 release. + 2010-11-01 Miguel de Dios * include/functions_db.php: in function "format_array_to_where_clause_sql" diff --git a/pandora_console/include/config_process.php b/pandora_console/include/config_process.php index 5419b51c04..4273a4716c 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 = 'PC100810'; -$pandora_version = 'v3.2dev'; +$build_version = 'PC101102'; +$pandora_version = 'v3.2RC1'; /* Help to debug problems. Override global PHP configuration */ if (!isset($develop_bypass)) $develop_bypass = 0;