set version everywhere so updater takes effect :P

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2013-12-06 14:40:59 +01:00
parent 2035739131
commit 9f8a6a6f5e
3 changed files with 3 additions and 3 deletions

View File

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