comparison libpurple/plugins/offlinemsg.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 6de09629f091
comparison
equal deleted inserted replaced
21029:3a12f08b2185 21030:3cc856ca2338
223 NULL, /* dependencies */ 223 NULL, /* dependencies */
224 PURPLE_PRIORITY_DEFAULT, /* priority */ 224 PURPLE_PRIORITY_DEFAULT, /* priority */
225 225
226 PLUGIN_ID, /* plugin id */ 226 PLUGIN_ID, /* plugin id */
227 PLUGIN_NAME, /* name */ 227 PLUGIN_NAME, /* name */
228 VERSION, /* version */ 228 DISPLAY_VERSION, /* version */
229 PLUGIN_SUMMARY, /* summary */ 229 PLUGIN_SUMMARY, /* summary */
230 PLUGIN_DESCRIPTION, /* description */ 230 PLUGIN_DESCRIPTION, /* description */
231 PLUGIN_AUTHOR, /* author */ 231 PLUGIN_AUTHOR, /* author */
232 PURPLE_WEBSITE, /* website */ 232 PURPLE_WEBSITE, /* website */
233 233