Skip to content

Commit

Permalink
set version to 0.9.33 for upcoming stable 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 Feb 7, 2015
1 parent 15a84f6 commit 15a6e9b
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-rc3');
('panel', 'version', '0.9.33');


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 @@ -2884,3 +2884,11 @@
updateToVersion('0.9.33-rc3');

}

if (isFroxlorVersion('0.9.33-rc3')) {

showUpdateStep("Updating from 0.9.33-rc3 to 0.9.33 final");
lastStepStatus(0);
updateToVersion('0.9.33');

}
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-rc3';
$version = '0.9.33';
$dbversion = '2';
$branding = '';

0 comments on commit 15a6e9b

Please sign in to comment.