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:
ramonn 2011-12-13 14:39:46 +00:00
parent 9111758387
commit 495434f984
7 changed files with 16 additions and 6 deletions

View File

@ -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,

View File

@ -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

View File

@ -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

View File

@ -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");

View File

@ -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";

View File

@ -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

View File

@ -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'),