comparison pidgin/plugins/extplacement.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
142 0, /**< flags */ 142 0, /**< flags */
143 NULL, /**< dependencies */ 143 NULL, /**< dependencies */
144 PURPLE_PRIORITY_DEFAULT, /**< priority */ 144 PURPLE_PRIORITY_DEFAULT, /**< priority */
145 "gtk-extplacement", /**< id */ 145 "gtk-extplacement", /**< id */
146 N_("ExtPlacement"), /**< name */ 146 N_("ExtPlacement"), /**< name */
147 VERSION, /**< version */ 147 DISPLAY_VERSION, /**< version */
148 N_("Extra conversation placement options."), /**< summary */ 148 N_("Extra conversation placement options."), /**< summary */
149 /** description */ 149 /** description */
150 N_("Restrict the number of conversations per windows," 150 N_("Restrict the number of conversations per windows,"
151 " optionally separating IMs and Chats"), 151 " optionally separating IMs and Chats"),
152 "Stu Tomlinson <stu@nosnilmot.com>", /**< author */ 152 "Stu Tomlinson <stu@nosnilmot.com>", /**< author */