plugins/tcl/tcl.c

changeset 8749
fb487e9e101a
parent 8117
0df7cb80c56c
child 8750
5ffd4dc508ad
--- a/plugins/tcl/tcl.c	Wed Apr 21 23:40:39 2004 +0000
+++ b/plugins/tcl/tcl.c	Thu Apr 22 01:53:18 2004 +0000
@@ -330,6 +330,7 @@
 
 static GaimPluginLoaderInfo tcl_loader_info =
 {
+	GAIM_PLUGIN_LOADER_VERSION,
 	NULL,
 	tcl_probe_plugin,
 	tcl_load_plugin,
@@ -339,7 +340,7 @@
 
 static GaimPluginInfo tcl_info =
 {
-	2,
+	GAIM_PLUGIN_API_VERSION,
 	GAIM_PLUGIN_LOADER,
 	NULL,
 	0,

mercurial