comparison libpurple/plugins/pluginpref_example.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
comparison
equal deleted inserted replaced
21029:3a12f08b2185 21030:3cc856ca2338
129 NULL, /**< dependencies */ 129 NULL, /**< dependencies */
130 PURPLE_PRIORITY_DEFAULT, /**< priority */ 130 PURPLE_PRIORITY_DEFAULT, /**< priority */
131 131
132 "core-pluginpref_example", /**< id */ 132 "core-pluginpref_example", /**< id */
133 "Pluginpref Example", /**< name */ 133 "Pluginpref Example", /**< name */
134 VERSION, /**< version */ 134 DISPLAY_VERSION, /**< version */
135 /** summary */ 135 /** summary */
136 "An example of how to use pluginprefs", 136 "An example of how to use pluginprefs",
137 /** description */ 137 /** description */
138 "An example of how to use pluginprefs", 138 "An example of how to use pluginprefs",
139 "Gary Kramlich <amc_grim@users.sf.net>", /**< author */ 139 "Gary Kramlich <amc_grim@users.sf.net>", /**< author */