Add FreeBSD 10.2

This commit is contained in:
Yorhel 2016-10-14 08:09:53 +02:00
parent c04e6b3b6a
commit 3f40896679
2 changed files with 12 additions and 1 deletions

View file

@ -145,7 +145,8 @@ INSERT INTO systems (id, name, release, short, relorder) VALUES
(93, 'Ubuntu', '16.04', 'ubuntu-xenial', 23),
(94, 'FreeBSD', '9.3', 'freebsd-9.3', 55),
(95, 'FreeBSD', '10.0', 'freebsd-10.0', 56),
(96, 'FreeBSD', '10.1', 'freebsd-10.1', 57);
(96, 'FreeBSD', '10.1', 'freebsd-10.1', 57),
(97, 'FreeBSD', '10.2', 'freebsd-10.2', 58);
-- Removes any path components and compression extensions from the filename.