diff libpurple/plugins/tcl/tcl.c @ 21030:3cc856ca2338

Add a --with-extraversion option to ./configure so packagers can fine tune the version displayed to the end user to assist in support and things. Fixes #3681
author Stu Tomlinson <stu@nosnilmot.com>
date Sat, 27 Oct 2007 13:56:54 +0000
parents 506f0f7f4f21
children 35b4f1dc4c8d
line wrap: on
line diff
--- a/libpurple/plugins/tcl/tcl.c	Sat Oct 27 13:36:14 2007 +0000
+++ b/libpurple/plugins/tcl/tcl.c	Sat Oct 27 13:56:54 2007 +0000
@@ -421,7 +421,7 @@
 	PURPLE_PRIORITY_DEFAULT,
 	"core-tcl",
 	N_("Tcl Plugin Loader"),
-	VERSION,
+	DISPLAY_VERSION,
 	N_("Provides support for loading Tcl plugins"),
 	N_("Provides support for loading Tcl plugins"),
 	"Ethan Blanton <eblanton@cs.purdue.edu>",