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:
Ramon Novoa 2011-12-13 14:39:46 +00:00
parent 75116f7eba
commit 78dbed93a6
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>
* pandoradb_data.sql,

View File

@ -1,5 +1,5 @@
package: pandorafms-console
Version: final
Version: 4.0.1
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="final"
pandora_version="4.0.1"
package_pear=0
package_pandora=1

View File

@ -23,7 +23,7 @@
* Pandora build version and version
*/
$build_version = 'PC111213';
$pandora_version = 'vfinal';
$pandora_version = 'v4.0.1';
date_default_timezone_set("Europe/Berlin");

View File

@ -66,7 +66,7 @@ function ChangeDBAction(causer) {
<?php
$version = 'final';
$version = '4.0.1';
$build = '111213';
$banner = "v$version Build $build";

View File

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

View File

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