diff libpurple/protocols/gg/gg.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 481749fc0b6b
children 1d92b85ef5d9
line wrap: on
line diff
--- a/libpurple/protocols/gg/gg.c	Sat Oct 27 13:36:14 2007 +0000
+++ b/libpurple/protocols/gg/gg.c	Sat Oct 27 13:56:54 2007 +0000
@@ -2148,7 +2148,7 @@
 
 	"prpl-gg",			/* id */
 	"Gadu-Gadu",			/* name */
-	VERSION,			/* version */
+	DISPLAY_VERSION,		/* version */
 
 	N_("Gadu-Gadu Protocol Plugin"),	/* summary */
 	N_("Polish popular IM"),		/* description */