Mercurial > pidgin
comparison libpurple/plugins/ipc-test-server.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 |
|---|---|
| 70 NULL, /**< dependencies */ | 70 NULL, /**< dependencies */ |
| 71 PURPLE_PRIORITY_DEFAULT, /**< priority */ | 71 PURPLE_PRIORITY_DEFAULT, /**< priority */ |
| 72 | 72 |
| 73 IPC_TEST_SERVER_PLUGIN_ID, /**< id */ | 73 IPC_TEST_SERVER_PLUGIN_ID, /**< id */ |
| 74 N_("IPC Test Server"), /**< name */ | 74 N_("IPC Test Server"), /**< name */ |
| 75 VERSION, /**< version */ | 75 DISPLAY_VERSION, /**< version */ |
| 76 /** summary */ | 76 /** summary */ |
| 77 N_("Test plugin IPC support, as a server."), | 77 N_("Test plugin IPC support, as a server."), |
| 78 /** description */ | 78 /** description */ |
| 79 N_("Test plugin IPC support, as a server. This registers the IPC " | 79 N_("Test plugin IPC support, as a server. This registers the IPC " |
| 80 "commands."), | 80 "commands."), |
