From f7b9c32c8e02b9fb4639e8487bb462c3776b7bd1 Mon Sep 17 00:00:00 2001 From: "Michael Kaufmann (d00p)" Date: Wed, 29 Jul 2015 16:41:55 +0200 Subject: [PATCH] setting version to 0.9.33.2 for bugfix release Signed-off-by: Michael Kaufmann (d00p) --- install/froxlor.sql | 2 +- install/updates/froxlor/0.9/update_0.9.inc.php | 8 ++++++++ lib/tables.inc.php | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/install/froxlor.sql b/install/froxlor.sql index aa7f570e..482ec242 100644 --- a/install/froxlor.sql +++ b/install/froxlor.sql @@ -538,7 +538,7 @@ INSERT INTO `panel_settings` (`settinggroup`, `varname`, `value`) VALUES ('panel', 'password_numeric', '0'), ('panel', 'password_special_char_required', '0'), ('panel', 'password_special_char', '!?<>ยง$%+#=@'), - ('panel', 'version', '0.9.33.1'); + ('panel', 'version', '0.9.33.2'); DROP TABLE IF EXISTS `panel_tasks`; diff --git a/install/updates/froxlor/0.9/update_0.9.inc.php b/install/updates/froxlor/0.9/update_0.9.inc.php index c5583074..e85c402f 100644 --- a/install/updates/froxlor/0.9/update_0.9.inc.php +++ b/install/updates/froxlor/0.9/update_0.9.inc.php @@ -2900,3 +2900,11 @@ if (isFroxlorVersion('0.9.33')) { updateToVersion('0.9.33.1'); } + +if (isFroxlorVersion('0.9.33.1')) { + + showUpdateStep("Updating from 0.9.33.1 to 0.9.33.2"); + lastStepStatus(0); + updateToVersion('0.9.33.2'); + +} diff --git a/lib/tables.inc.php b/lib/tables.inc.php index d96370d6..3962b8e3 100644 --- a/lib/tables.inc.php +++ b/lib/tables.inc.php @@ -51,6 +51,6 @@ define('TABLE_PANEL_DOMAIN_SSL_SETTINGS', 'domain_ssl_settings'); define('TABLE_DOMAINTOIP', 'panel_domaintoip'); // VERSION INFO -$version = '0.9.33.1'; +$version = '0.9.33.2'; $dbversion = '2'; $branding = '';