diff libpurple/protocols/simple/simple.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 61a87e02da29
children b2d9f859663e
line wrap: on
line diff
--- a/libpurple/protocols/simple/simple.c	Sat Oct 27 13:36:14 2007 +0000
+++ b/libpurple/protocols/simple/simple.c	Sat Oct 27 13:56:54 2007 +0000
@@ -1888,7 +1888,7 @@
 
 	"prpl-simple",                                    /**< id             */
 	"SIMPLE",                                         /**< name           */
-	VERSION,                                          /**< version        */
+	DISPLAY_VERSION,                                  /**< version        */
 	N_("SIP/SIMPLE Protocol Plugin"),                 /**  summary        */
 	N_("The SIP/SIMPLE Protocol Plugin"),             /**  description    */
 	"Thomas Butter <butter@uni-mannheim.de>",         /**< author         */