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.
foreach prog : ['combo', 'focus', 'tv', 'multiwin', 'keys', 'menu', 'parse']
executable(prog,
prog + '.c',
c_args : '-DSTANDALONE',
dependencies : [libgnt_dep, gobject, gmodule])
endforeach
shared_library('wm',
'wm.c',
name_prefix : '',
dependencies : [libgnt_dep, gobject, gmodule])