diff --git a/pandora_console/include/config_process.php b/pandora_console/include/config_process.php
index 4e69340d84..def5e6d9a0 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 = 'PC140630';
-$pandora_version = 'v5.1';
+$build_version = 'PC140915';
+$pandora_version = 'v5.1SP1';
 
 // Do not overwrite default timezone set if defined.
 $script_tz = @date_default_timezone_get();