Skip to content

Commit 2f5cca7

Browse files
committed
set version to 0.9.33.1 for bugfix release
Signed-off-by: Michael Kaufmann (d00p) <[email protected]>
1 parent 85e0690 commit 2f5cca7

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');
541+
('panel', 'version', '0.9.33.1');
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
@@ -2892,3 +2892,11 @@
28922892
updateToVersion('0.9.33');
28932893

28942894
}
2895+
2896+
if (isFroxlorVersion('0.9.33')) {
2897+
2898+
showUpdateStep("Updating from 0.9.33 to 0.9.33.1");
2899+
lastStepStatus(0);
2900+
updateToVersion('0.9.33.1');
2901+
2902+
}

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';
54+
$version = '0.9.33.1';
5555
$dbversion = '2';
5656
$branding = '';

0 commit comments

Comments
 (0)