set version to 0.9.30-rc1

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2013-10-14 16:12:34 +02:00
parent e0a4c9b8d1
commit b2d873fe31
3 changed files with 8 additions and 3 deletions

View File

@@ -538,7 +538,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.30-dev1');
('panel', 'version', '0.9.30-rc1');
DROP TABLE IF EXISTS `panel_tasks`;