mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
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: Fixed version strings (were wrong in the previous commit). git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5255 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
75116f7eba
commit
78dbed93a6
@ -1,3 +1,13 @@
|
|||||||
|
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: Fixed version strings (were wrong
|
||||||
|
in the previous commit).
|
||||||
|
|
||||||
2011-12-13 Ramon Novoa <rnovoa@artica.es>
|
2011-12-13 Ramon Novoa <rnovoa@artica.es>
|
||||||
|
|
||||||
* pandoradb_data.sql,
|
* pandoradb_data.sql,
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
package: pandorafms-console
|
package: pandorafms-console
|
||||||
Version: final
|
Version: 4.0.1
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Section: admin
|
Section: admin
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
# GNU General Public License for more details.
|
# GNU General Public License for more details.
|
||||||
|
|
||||||
pandora_version="final"
|
pandora_version="4.0.1"
|
||||||
|
|
||||||
package_pear=0
|
package_pear=0
|
||||||
package_pandora=1
|
package_pandora=1
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
* Pandora build version and version
|
* Pandora build version and version
|
||||||
*/
|
*/
|
||||||
$build_version = 'PC111213';
|
$build_version = 'PC111213';
|
||||||
$pandora_version = 'vfinal';
|
$pandora_version = 'v4.0.1';
|
||||||
|
|
||||||
date_default_timezone_set("Europe/Berlin");
|
date_default_timezone_set("Europe/Berlin");
|
||||||
|
|
||||||
|
@ -66,7 +66,7 @@ function ChangeDBAction(causer) {
|
|||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
$version = 'final';
|
$version = '4.0.1';
|
||||||
$build = '111213';
|
$build = '111213';
|
||||||
$banner = "v$version Build $build";
|
$banner = "v$version Build $build";
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# Pandora FMS Console
|
# Pandora FMS Console
|
||||||
#
|
#
|
||||||
%define name pandorafms_console
|
%define name pandorafms_console
|
||||||
%define version final
|
%define version 4.0.1
|
||||||
%define release 1
|
%define release 1
|
||||||
%define httpd_name httpd
|
%define httpd_name httpd
|
||||||
# User and Group under which Apache is running
|
# User and Group under which Apache is running
|
||||||
|
@ -47,7 +47,7 @@ INSERT INTO `tconfig` (`token`, `value`) VALUES
|
|||||||
('days_compact','90'),
|
('days_compact','90'),
|
||||||
('graph_res','5'),
|
('graph_res','5'),
|
||||||
('step_compact','1'),
|
('step_compact','1'),
|
||||||
('db_scheme_version','final'),
|
('db_scheme_version','4.0.1'),
|
||||||
('db_scheme_build','PD111213'),
|
('db_scheme_build','PD111213'),
|
||||||
('show_unknown','0'),
|
('show_unknown','0'),
|
||||||
('show_lastalerts','1'),
|
('show_lastalerts','1'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user