comparison libpurple/plugins/joinpart.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 22fce0be8ed0
comparison
equal deleted inserted replaced
21029:3a12f08b2185 21030:3cc856ca2338
266 NULL, /**< dependencies */ 266 NULL, /**< dependencies */
267 PURPLE_PRIORITY_DEFAULT, /**< priority */ 267 PURPLE_PRIORITY_DEFAULT, /**< priority */
268 268
269 JOINPART_PLUGIN_ID, /**< id */ 269 JOINPART_PLUGIN_ID, /**< id */
270 N_("Join/Part Hiding"), /**< name */ 270 N_("Join/Part Hiding"), /**< name */
271 VERSION, /**< version */ 271 DISPLAY_VERSION, /**< version */
272 /** summary */ 272 /** summary */
273 N_("Hides extraneous join/part messages."), 273 N_("Hides extraneous join/part messages."),
274 /** description */ 274 /** description */
275 N_("This plugin hides join/part messages in large " 275 N_("This plugin hides join/part messages in large "
276 "rooms, except for those users actively taking " 276 "rooms, except for those users actively taking "