Mercurial > pidgin.yaz
diff pidgin/plugins/notify.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 | dfe4a3e3336a |
line wrap: on
line diff
--- a/pidgin/plugins/notify.c Sat Oct 27 13:36:14 2007 +0000 +++ b/pidgin/plugins/notify.c Sat Oct 27 13:56:54 2007 +0000 @@ -905,7 +905,7 @@ NOTIFY_PLUGIN_ID, /**< id */ N_("Message Notification"), /**< name */ - VERSION, /**< version */ + DISPLAY_VERSION, /**< version */ /** summary */ N_("Provides a variety of ways of notifying you of unread messages."), /** description */
