comparison libpurple/plugins/filectl.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 16bdcffb1c62
children 7f552614ec8a
comparison
equal deleted inserted replaced
21029:3a12f08b2185 21030:3cc856ca2338
244 NULL, /**< dependencies */ 244 NULL, /**< dependencies */
245 PURPLE_PRIORITY_DEFAULT, /**< priority */ 245 PURPLE_PRIORITY_DEFAULT, /**< priority */
246 246
247 FILECTL_PLUGIN_ID, /**< id */ 247 FILECTL_PLUGIN_ID, /**< id */
248 N_("File Control"), /**< name */ 248 N_("File Control"), /**< name */
249 VERSION, /**< version */ 249 DISPLAY_VERSION, /**< version */
250 /** summary */ 250 /** summary */
251 N_("Allows control by entering commands in a file."), 251 N_("Allows control by entering commands in a file."),
252 /** description */ 252 /** description */
253 N_("Allows control by entering commands in a file."), 253 N_("Allows control by entering commands in a file."),
254 "Eric Warmenhoven <eric@warmenhoven.org>", /**< author */ 254 "Eric Warmenhoven <eric@warmenhoven.org>", /**< author */