comparison libpurple/plugins/signals-test.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 6de09629f091
comparison
equal deleted inserted replaced
21029:3a12f08b2185 21030:3cc856ca2338
707 NULL, /**< dependencies */ 707 NULL, /**< dependencies */
708 PURPLE_PRIORITY_DEFAULT, /**< priority */ 708 PURPLE_PRIORITY_DEFAULT, /**< priority */
709 709
710 SIGNAL_TEST_PLUGIN_ID, /**< id */ 710 SIGNAL_TEST_PLUGIN_ID, /**< id */
711 N_("Signals Test"), /**< name */ 711 N_("Signals Test"), /**< name */
712 VERSION, /**< version */ 712 DISPLAY_VERSION, /**< version */
713 /** summary */ 713 /** summary */
714 N_("Test to see that all signals are working properly."), 714 N_("Test to see that all signals are working properly."),
715 /** description */ 715 /** description */
716 N_("Test to see that all signals are working properly."), 716 N_("Test to see that all signals are working properly."),
717 "Christian Hammond <chipx86@gnupdate.org>", /**< author */ 717 "Christian Hammond <chipx86@gnupdate.org>", /**< author */