comparison libpurple/protocols/zephyr/zephyr.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 60f5abc6cf0c
comparison
equal deleted inserted replaced
21029:3a12f08b2185 21030:3cc856ca2338
2939 NULL, /**< dependencies */ 2939 NULL, /**< dependencies */
2940 PURPLE_PRIORITY_DEFAULT, /**< priority */ 2940 PURPLE_PRIORITY_DEFAULT, /**< priority */
2941 2941
2942 "prpl-zephyr", /**< id */ 2942 "prpl-zephyr", /**< id */
2943 "Zephyr", /**< name */ 2943 "Zephyr", /**< name */
2944 VERSION, /**< version */ 2944 DISPLAY_VERSION, /**< version */
2945 /** summary */ 2945 /** summary */
2946 N_("Zephyr Protocol Plugin"), 2946 N_("Zephyr Protocol Plugin"),
2947 /** description */ 2947 /** description */
2948 N_("Zephyr Protocol Plugin"), 2948 N_("Zephyr Protocol Plugin"),
2949 NULL, /**< author */ 2949 NULL, /**< author */