diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 0c0f821478..22c8a7e040 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,5 +1,7 @@ 2012-02-02 Sancho Lerena + * config_process.php: Updated build. + * godmode/massive/massive_edit_modules.php: Fixed problem with export server target edition. "None" was missing. diff --git a/pandora_console/include/config_process.php b/pandora_console/include/config_process.php index 312a679f4f..14821a2a82 100644 --- a/pandora_console/include/config_process.php +++ b/pandora_console/include/config_process.php @@ -22,7 +22,7 @@ /** * Pandora build version and version */ -$build_version = 'PC111213'; +$build_version = 'PC120202'; $pandora_version = 'v4.0.1'; date_default_timezone_set("Europe/Berlin");