diff libpurple/plugins/notify_example.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 3a5f152e7ed0
children
line wrap: on
line diff
--- a/libpurple/plugins/notify_example.c	Sat Oct 27 13:36:14 2007 +0000
+++ b/libpurple/plugins/notify_example.c	Sat Oct 27 13:56:54 2007 +0000
@@ -135,7 +135,7 @@
 
 	PLUGIN_ID,                  /* id */
 	"Notify API Example",       /* name */
-	VERSION,                    /* version */
+	DISPLAY_VERSION,            /* version */
 	"Notify API Example",       /* summary */
 	"Notify API Example",       /* description */
 	PLUGIN_AUTHOR,              /* author */