comparison libpurple/protocols/yahoo/yahoo.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 b1a42d258a14
children 35b4f1dc4c8d
comparison
equal deleted inserted replaced
21029:3a12f08b2185 21030:3cc856ca2338
4353 0, /**< flags */ 4353 0, /**< flags */
4354 NULL, /**< dependencies */ 4354 NULL, /**< dependencies */
4355 PURPLE_PRIORITY_DEFAULT, /**< priority */ 4355 PURPLE_PRIORITY_DEFAULT, /**< priority */
4356 "prpl-yahoo", /**< id */ 4356 "prpl-yahoo", /**< id */
4357 "Yahoo", /**< name */ 4357 "Yahoo", /**< name */
4358 VERSION, /**< version */ 4358 DISPLAY_VERSION, /**< version */
4359 /** summary */ 4359 /** summary */
4360 N_("Yahoo Protocol Plugin"), 4360 N_("Yahoo Protocol Plugin"),
4361 /** description */ 4361 /** description */
4362 N_("Yahoo Protocol Plugin"), 4362 N_("Yahoo Protocol Plugin"),
4363 NULL, /**< author */ 4363 NULL, /**< author */