pidgin/pidgin

Add Since tags for 2.10.0.

2019-11-22, Elliott Sales de Andrade
8c47b8137dab
Add Since tags for 2.10.0.
foreach prog : ['caps', 'digest_md5', 'scram', 'jutil']
e = executable(
'test_jabber_' + prog, 'test_jabber_@0@.c'.format(prog),
link_with : [jabber_prpl],
dependencies : [libxml, libpurple_dep, libsoup, glib])
test('jabber_' + prog, e)
endforeach