Mercurial > pidgin.yaz
diff 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 |
line wrap: on
line diff
--- a/pidgin/plugins/pidgininc.c Sat Oct 27 13:36:14 2007 +0000 +++ b/pidgin/plugins/pidgininc.c Sat Oct 27 13:56:54 2007 +0000 @@ -89,7 +89,7 @@ PURPLEINC_PLUGIN_ID, /**< id */ N_("Pidgin Demonstration Plugin"), /**< name */ - VERSION, /**< version */ + DISPLAY_VERSION, /**< version */ /** summary */ N_("An example plugin that does stuff - see the description."), /** description */
