Skip to content

Commit

Permalink
set version to 0.9.31 for upcoming release
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
  • Loading branch information
d00p committed Dec 18, 2013
1 parent 7a5be54 commit 23a1a55
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install/froxlor.sql
Expand Up @@ -553,7 +553,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.31-rc3');
('panel', 'version', '0.9.31');


DROP TABLE IF EXISTS `panel_tasks`;
Expand Down
6 changes: 6 additions & 0 deletions install/updates/froxlor/0.9/update_0.9.inc.php
Expand Up @@ -2564,3 +2564,9 @@

updateToVersion('0.9.31-rc3');
}

if (isFroxlorVersion('0.9.31-rc3')) {
showUpdateStep("Updating from 0.9.31-rc3 to 0.9.31 final", true);
lastStepStatus(0);
updateToVersion('0.9.31');
}
2 changes: 1 addition & 1 deletion lib/tables.inc.php
Expand Up @@ -72,6 +72,6 @@
define('PACKAGE_ENABLED', 2);

// VERSION INFO
$version = '0.9.31-rc3';
$version = '0.9.31';
$dbversion = '2';
$branding = '';

0 comments on commit 23a1a55

Please sign in to comment.