comparison libpurple/plugins/debug_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
comparison
equal deleted inserted replaced
21029:3a12f08b2185 21030:3cc856ca2338
107 NULL, /* dependencies */ 107 NULL, /* dependencies */
108 PURPLE_PRIORITY_DEFAULT, /* priority */ 108 PURPLE_PRIORITY_DEFAULT, /* priority */
109 109
110 PLUGIN_ID, /* id */ 110 PLUGIN_ID, /* id */
111 "Debug API Example", /* name */ 111 "Debug API Example", /* name */
112 VERSION, /* version */ 112 DISPLAY_VERSION, /* version */
113 "Debug API Example", /* summary */ 113 "Debug API Example", /* summary */
114 "Debug API Example", /* description */ 114 "Debug API Example", /* description */
115 PLUGIN_AUTHOR, /* author */ 115 PLUGIN_AUTHOR, /* author */
116 "http://pidgin.im", /* homepage */ 116 "http://pidgin.im", /* homepage */
117 117