Skip to content

Commit

Permalink
setting version to 0.9.32 for 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 May 23, 2014
1 parent ab667d0 commit acbaedb
Show file tree
Hide file tree
Showing 3 changed files with 7 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 @@ -529,7 +529,7 @@ INSERT INTO `panel_settings` (`settinggroup`, `varname`, `value`) VALUES
('panel', 'phpconfigs_hidestdsubdomain', '0'),
('panel', 'allow_theme_change_admin', '1'),
('panel', 'allow_theme_change_customer', '1'),
('panel', 'version', '0.9.32-rc3');
('panel', 'version', '0.9.32');


DROP TABLE IF EXISTS `panel_tasks`;
Expand Down
5 changes: 5 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 @@ -2765,3 +2765,8 @@

updateToVersion('0.9.32-rc3');
}

if (isFroxlorVersion('0.9.32-rc3')) {
showUpdateStep("Updating from 0.9.32-rc3 to 0.9.32 final", false);
updateToVersion('0.9.32');
}
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.32-rc3';
$version = '0.9.32';
$dbversion = '2';
$branding = '';

0 comments on commit acbaedb

Please sign in to comment.