comparison libpurple/plugins/notify_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 3a5f152e7ed0
children
comparison
equal deleted inserted replaced
21029:3a12f08b2185 21030:3cc856ca2338
133 NULL, /* dependencies */ 133 NULL, /* dependencies */
134 PURPLE_PRIORITY_DEFAULT, /* priority */ 134 PURPLE_PRIORITY_DEFAULT, /* priority */
135 135
136 PLUGIN_ID, /* id */ 136 PLUGIN_ID, /* id */
137 "Notify API Example", /* name */ 137 "Notify API Example", /* name */
138 VERSION, /* version */ 138 DISPLAY_VERSION, /* version */
139 "Notify API Example", /* summary */ 139 "Notify API Example", /* summary */
140 "Notify API Example", /* description */ 140 "Notify API Example", /* description */
141 PLUGIN_AUTHOR, /* author */ 141 PLUGIN_AUTHOR, /* author */
142 "http://pidgin.im", /* homepage */ 142 "http://pidgin.im", /* homepage */
143 143