comparison libpurple/protocols/irc/irc.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 38cc722159ff
comparison
equal deleted inserted replaced
21029:3a12f08b2185 21030:3cc856ca2338
908 NULL, /**< dependencies */ 908 NULL, /**< dependencies */
909 PURPLE_PRIORITY_DEFAULT, /**< priority */ 909 PURPLE_PRIORITY_DEFAULT, /**< priority */
910 910
911 "prpl-irc", /**< id */ 911 "prpl-irc", /**< id */
912 "IRC", /**< name */ 912 "IRC", /**< name */
913 VERSION, /**< version */ 913 DISPLAY_VERSION, /**< version */
914 N_("IRC Protocol Plugin"), /** summary */ 914 N_("IRC Protocol Plugin"), /** summary */
915 N_("The IRC Protocol Plugin that Sucks Less"), /** description */ 915 N_("The IRC Protocol Plugin that Sucks Less"), /** description */
916 NULL, /**< author */ 916 NULL, /**< author */
917 PURPLE_WEBSITE, /**< homepage */ 917 PURPLE_WEBSITE, /**< homepage */
918 918