set version to 0.9.31-rc1 for upcoming release-candidate

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2013-12-04 14:52:25 +01:00
parent 83a77acc02
commit 47b1675dea
3 changed files with 8 additions and 2 deletions

View File

@@ -552,7 +552,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-dev6');
('panel', 'version', '0.9.31-rc1');
DROP TABLE IF EXISTS `panel_tasks`;