comparison pidgin/plugins/convcolors.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 44b4e8bd759b
children 8afd3495c488
comparison
equal deleted inserted replaced
21029:3a12f08b2185 21030:3cc856ca2338
338 NULL, /* dependencies */ 338 NULL, /* dependencies */
339 PURPLE_PRIORITY_DEFAULT, /* priority */ 339 PURPLE_PRIORITY_DEFAULT, /* priority */
340 340
341 PLUGIN_ID, /* plugin id */ 341 PLUGIN_ID, /* plugin id */
342 PLUGIN_NAME, /* name */ 342 PLUGIN_NAME, /* name */
343 VERSION, /* version */ 343 DISPLAY_VERSION, /* version */
344 PLUGIN_SUMMARY, /* summary */ 344 PLUGIN_SUMMARY, /* summary */
345 PLUGIN_DESCRIPTION, /* description */ 345 PLUGIN_DESCRIPTION, /* description */
346 PLUGIN_AUTHOR, /* author */ 346 PLUGIN_AUTHOR, /* author */
347 PURPLE_WEBSITE, /* website */ 347 PURPLE_WEBSITE, /* website */
348 348