comparison pidgin/plugins/contact_priority.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 9e45c28b4b2b
comparison
equal deleted inserted replaced
21029:3a12f08b2185 21030:3cc856ca2338
183 NULL, /**< dependencies */ 183 NULL, /**< dependencies */
184 PURPLE_PRIORITY_DEFAULT, /**< priority */ 184 PURPLE_PRIORITY_DEFAULT, /**< priority */
185 185
186 CONTACT_PRIORITY_PLUGIN_ID, /**< id */ 186 CONTACT_PRIORITY_PLUGIN_ID, /**< id */
187 N_("Contact Priority"), /**< name */ 187 N_("Contact Priority"), /**< name */
188 VERSION, /**< version */ 188 DISPLAY_VERSION, /**< version */
189 /**< summary */ 189 /**< summary */
190 N_("Allows for controlling the values associated with different buddy states."), 190 N_("Allows for controlling the values associated with different buddy states."),
191 /**< description */ 191 /**< description */
192 N_("Allows for changing the point values of idle/away/offline states for buddies in contact priority computations."), 192 N_("Allows for changing the point values of idle/away/offline states for buddies in contact priority computations."),
193 "Etan Reisner <deryni@eden.rutgers.edu>", /**< author */ 193 "Etan Reisner <deryni@eden.rutgers.edu>", /**< author */