Skip to content

Commit f7b9c32

Browse files
committed
setting version to 0.9.33.2 for bugfix release
Signed-off-by: Michael Kaufmann (d00p) <[email protected]>
1 parent dbcc43c commit f7b9c32

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

install/froxlor.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ INSERT INTO `panel_settings` (`settinggroup`, `varname`, `value`) VALUES
538538
('panel', 'password_numeric', '0'),
539539
('panel', 'password_special_char_required', '0'),
540540
('panel', 'password_special_char', '!?<>§$%+#=@'),
541-
('panel', 'version', '0.9.33.1');
541+
('panel', 'version', '0.9.33.2');
542542

543543

544544
DROP TABLE IF EXISTS `panel_tasks`;

install/updates/froxlor/0.9/update_0.9.inc.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2900,3 +2900,11 @@
29002900
updateToVersion('0.9.33.1');
29012901

29022902
}
2903+
2904+
if (isFroxlorVersion('0.9.33.1')) {
2905+
2906+
showUpdateStep("Updating from 0.9.33.1 to 0.9.33.2");
2907+
lastStepStatus(0);
2908+
updateToVersion('0.9.33.2');
2909+
2910+
}

lib/tables.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@
5151
define('TABLE_DOMAINTOIP', 'panel_domaintoip');
5252

5353
// VERSION INFO
54-
$version = '0.9.33.1';
54+
$version = '0.9.33.2';
5555
$dbversion = '2';
5656
$branding = '';

0 commit comments

Comments
 (0)