libgnt/libgnt

Set the date for the 2.14.1 release
release-2.x.y
2021-02-04, Gary Kramlich
e53e6ee83424
Set the date for the 2.14.1 release
plugindir = get_option('libdir') + '/gnt'
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)