qulogic/libgnt

Fix incorrect Since tags.

2019-05-19, Elliott Sales de Andrade
93fc8c41ded2
Fix incorrect Since tags.

Anything on default-only would never have gone out in 2.8.0; update them to
3.0.0.
plugindir = get_option('libdir') + '/gnt3'
irssi = library('irssi', 'irssi.c',
dependencies : [ncurses, gobject, libgnt_dep],
name_prefix : '',
install : true, install_dir : plugindir)
s = library('s', 's.c',
dependencies : [ncurses, gobject, libgnt_dep],
name_prefix : '',
install : true, install_dir : plugindir)