comparison pidgin/plugins/pidgininc.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 787961f1007e
children a439f24713c8 eebd46227f50
comparison
equal deleted inserted replaced
21029:3a12f08b2185 21030:3cc856ca2338
87 NULL, /**< dependencies */ 87 NULL, /**< dependencies */
88 PURPLE_PRIORITY_DEFAULT, /**< priority */ 88 PURPLE_PRIORITY_DEFAULT, /**< priority */
89 89
90 PURPLEINC_PLUGIN_ID, /**< id */ 90 PURPLEINC_PLUGIN_ID, /**< id */
91 N_("Pidgin Demonstration Plugin"), /**< name */ 91 N_("Pidgin Demonstration Plugin"), /**< name */
92 VERSION, /**< version */ 92 DISPLAY_VERSION, /**< version */
93 /** summary */ 93 /** summary */
94 N_("An example plugin that does stuff - see the description."), 94 N_("An example plugin that does stuff - see the description."),
95 /** description */ 95 /** description */
96 N_("This is a really cool plugin that does a lot of stuff:\n" 96 N_("This is a really cool plugin that does a lot of stuff:\n"
97 "- It tells you who wrote the program when you log in\n" 97 "- It tells you who wrote the program when you log in\n"