bump version

This commit is contained in:
Flummi
2016-11-25 10:39:22 +01:00
parent c34324822a
commit 764c19955d
3 changed files with 5 additions and 4 deletions

View File

@ -22,6 +22,7 @@ INSERT INTO `cfg` (`class`, `key`, `value`, `type`) VALUES
('main', 'level', '{\r\n \"~\": 80,\r\n \"&\": 70,\r\n \"@\": 60,\r\n \"%\": 50,\r\n \"+\": 10,\r\n \"\": 0\r\n}', 'json'),
('main', 'debug', 'false', 'bool'),
('main', 'debugchannel', '#f0ck', 'string'),
('main', 'debugnetwork', 'n0xy', 'string'),
('main', 'scclientid', '', 'string'),
('main', 'url', 'http://', 'string'),
('websrv', 'port', '', 'int'),