comparison libpurple/plugins/ciphertest.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 c38d72677c8a
comparison
equal deleted inserted replaced
21029:3a12f08b2185 21030:3cc856ca2338
260 NULL, /**< dependencies */ 260 NULL, /**< dependencies */
261 PURPLE_PRIORITY_DEFAULT, /**< priority */ 261 PURPLE_PRIORITY_DEFAULT, /**< priority */
262 262
263 "core-cipher-test", /**< id */ 263 "core-cipher-test", /**< id */
264 N_("Cipher Test"), /**< name */ 264 N_("Cipher Test"), /**< name */
265 VERSION, /**< version */ 265 DISPLAY_VERSION, /**< version */
266 /** summary */ 266 /** summary */
267 N_("Tests the ciphers that ship with libpurple."), 267 N_("Tests the ciphers that ship with libpurple."),
268 /** description */ 268 /** description */
269 N_("Tests the ciphers that ship with libpurple."), 269 N_("Tests the ciphers that ship with libpurple."),
270 "Gary Kramlich <amc_grim@users.sf.net>", /**< author */ 270 "Gary Kramlich <amc_grim@users.sf.net>", /**< author */