2012-12-10 Sancho Lerena <slerena@artica.es>

* include/config_process.php,
        install.php,
        index.php: Version build update.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7250 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
slerena 2012-12-10 19:14:42 +00:00
parent c7dfb09192
commit f8221c0ef8
4 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,9 @@
2012-12-10 Sancho Lerena <slerena@artica.es>
* include/config_process.php,
install.php,
index.php: Version build update.
2012-12-10 Sergio Martin <sergio.martin@artica.es> 2012-12-10 Sergio Martin <sergio.martin@artica.es>
* include/javascript/pandora_modules.js * include/javascript/pandora_modules.js

View File

@ -22,7 +22,7 @@
/** /**
* Pandora build version and version * Pandora build version and version
*/ */
$build_version = 'PC120621'; $build_version = 'PC121210';
$pandora_version = 'v5.0dev'; $pandora_version = 'v5.0dev';
// Do not overwrite default timezone set if defined. // Do not overwrite default timezone set if defined.

View File

@ -2,7 +2,7 @@
// Pandora FMS - http://pandorafms.com // Pandora FMS - http://pandorafms.com
// ================================================== // ==================================================
// Copyright (c) 2005-2011 Artica Soluciones Tecnologicas // Copyright (c) 2005-2012 Artica Soluciones Tecnologicas
// Please see http://pandorafms.org for full contribution list // Please see http://pandorafms.org for full contribution list
// This program is free software; you can redistribute it and/or // This program is free software; you can redistribute it and/or

View File

@ -63,7 +63,7 @@
<div style='height: 10px'> <div style='height: 10px'>
<?php <?php
$version = '5.0dev'; $version = '5.0dev';
$build = '120621'; $build = '121210';
$banner = "v$version Build $build"; $banner = "v$version Build $build";
error_reporting(0); error_reporting(0);
@ -1144,4 +1144,4 @@ function install_step5() {
</div> </div>
</div>"; </div>";
} }
?> ?>