comparison libpurple/protocols/simple/simple.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 61a87e02da29
children b2d9f859663e
comparison
equal deleted inserted replaced
21029:3a12f08b2185 21030:3cc856ca2338
1886 NULL, /**< dependencies */ 1886 NULL, /**< dependencies */
1887 PURPLE_PRIORITY_DEFAULT, /**< priority */ 1887 PURPLE_PRIORITY_DEFAULT, /**< priority */
1888 1888
1889 "prpl-simple", /**< id */ 1889 "prpl-simple", /**< id */
1890 "SIMPLE", /**< name */ 1890 "SIMPLE", /**< name */
1891 VERSION, /**< version */ 1891 DISPLAY_VERSION, /**< version */
1892 N_("SIP/SIMPLE Protocol Plugin"), /** summary */ 1892 N_("SIP/SIMPLE Protocol Plugin"), /** summary */
1893 N_("The SIP/SIMPLE Protocol Plugin"), /** description */ 1893 N_("The SIP/SIMPLE Protocol Plugin"), /** description */
1894 "Thomas Butter <butter@uni-mannheim.de>", /**< author */ 1894 "Thomas Butter <butter@uni-mannheim.de>", /**< author */
1895 PURPLE_WEBSITE, /**< homepage */ 1895 PURPLE_WEBSITE, /**< homepage */
1896 1896