Skip to content

Commit

Permalink
setting version to 0.9.33.2 for bugfix release
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Kaufmann (d00p) <[email protected]>
  • Loading branch information
d00p committed Jul 29, 2015
1 parent dbcc43c commit f7b9c32
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install/froxlor.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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`;
Expand Down
8 changes: 8 additions & 0 deletions install/updates/froxlor/0.9/update_0.9.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -2900,3 +2900,11 @@
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');

}
2 changes: 1 addition & 1 deletion lib/tables.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
define('TABLE_DOMAINTOIP', 'panel_domaintoip');

// VERSION INFO
$version = '0.9.33.1';
$version = '0.9.33.2';
$dbversion = '2';
$branding = '';

0 comments on commit f7b9c32

Please sign in to comment.