2011-12-13 Ramon Novoa <rnovoa@artica.es>

* pandoradb_data.sql,
	  DEBIAN/control,
	  DEBIAN/make_deb_package.sh,
	  include/config_process.php,
	  install.php,
	  pandora_console.spec: Updated version strings.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5251 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
Ramon Novoa 2011-12-13 14:12:25 +00:00
parent 181c11c711
commit 9aaf58de26
7 changed files with 18 additions and 9 deletions

View File

@ -1,3 +1,12 @@
2011-12-13 Ramon Novoa <rnovoa@artica.es>
* pandoradb_data.sql,
DEBIAN/control,
DEBIAN/make_deb_package.sh,
include/config_process.php,
install.php,
pandora_console.spec: Updated version strings.
2011-12-13 Sergio Martin <sergio.martin@artica.es>
* include/functions_users.php: Change the get user groups

View File

@ -1,5 +1,5 @@
package: pandorafms-console
Version: 4.0
Version: final
Architecture: all
Priority: optional
Section: admin

View File

@ -14,7 +14,7 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
pandora_version="4.0"
pandora_version="final"
package_pear=0
package_pandora=1

View File

@ -22,8 +22,8 @@
/**
* Pandora build version and version
*/
$build_version = 'PC110923';
$pandora_version = 'v4.0';
$build_version = 'PC111213';
$pandora_version = 'vfinal';
date_default_timezone_set("Europe/Berlin");

View File

@ -66,8 +66,8 @@ function ChangeDBAction(causer) {
<?php
$version = '4.0';
$build = '110923';
$version = 'final';
$build = '111213';
$banner = "v$version Build $build";
error_reporting(0);

View File

@ -2,7 +2,7 @@
# Pandora FMS Console
#
%define name pandorafms_console
%define version 4.0
%define version final
%define release 1
%define httpd_name httpd
# User and Group under which Apache is running

View File

@ -47,8 +47,8 @@ INSERT INTO `tconfig` (`token`, `value`) VALUES
('days_compact','90'),
('graph_res','5'),
('step_compact','1'),
('db_scheme_version','4.0'),
('db_scheme_build','PD110923'),
('db_scheme_version','final'),
('db_scheme_build','PD111213'),
('show_unknown','0'),
('show_lastalerts','1'),
('style','pandora'),