comparison libpurple/plugins/dbus-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 44b4e8bd759b
children
comparison
equal deleted inserted replaced
21029:3a12f08b2185 21030:3cc856ca2338
151 NULL, /**< dependencies */ 151 NULL, /**< dependencies */
152 PURPLE_PRIORITY_DEFAULT, /**< priority */ 152 PURPLE_PRIORITY_DEFAULT, /**< priority */
153 153
154 "dbus-example", /**< id */ 154 "dbus-example", /**< id */
155 N_("DBus Example"), /**< name */ 155 N_("DBus Example"), /**< name */
156 VERSION, /**< version */ 156 DISPLAY_VERSION, /**< version */
157 /** summary */ 157 /** summary */
158 N_("DBus Plugin Example"), 158 N_("DBus Plugin Example"),
159 /** description */ 159 /** description */
160 N_("DBus Plugin Example"), 160 N_("DBus Plugin Example"),
161 "Piotr Zielinski (http://cl.cam.ac.uk/~pz215)", /**< author */ 161 "Piotr Zielinski (http://cl.cam.ac.uk/~pz215)", /**< author */