comparison libpurple/plugins/buddynote.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
86 0, /**< flags */ 86 0, /**< flags */
87 NULL, /**< dependencies */ 87 NULL, /**< dependencies */
88 PURPLE_PRIORITY_DEFAULT, /**< priority */ 88 PURPLE_PRIORITY_DEFAULT, /**< priority */
89 "core-plugin_pack-buddynote", /**< id */ 89 "core-plugin_pack-buddynote", /**< id */
90 N_("Buddy Notes"), /**< name */ 90 N_("Buddy Notes"), /**< name */
91 VERSION, /**< version */ 91 DISPLAY_VERSION, /**< version */
92 N_("Store notes on particular buddies."), /**< summary */ 92 N_("Store notes on particular buddies."), /**< summary */
93 N_("Adds the option to store notes for buddies " 93 N_("Adds the option to store notes for buddies "
94 "on your buddy list."), /**< description */ 94 "on your buddy list."), /**< description */
95 "Stu Tomlinson <stu@nosnilmot.com>", /**< author */ 95 "Stu Tomlinson <stu@nosnilmot.com>", /**< author */
96 PURPLE_WEBSITE, /**< homepage */ 96 PURPLE_WEBSITE, /**< homepage */