comparison libpurple/plugins/log_reader.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 89c7be36fd61
children c38d72677c8a
comparison
equal deleted inserted replaced
21029:3a12f08b2185 21030:3cc856ca2338
2886 0, /**< flags */ 2886 0, /**< flags */
2887 NULL, /**< dependencies */ 2887 NULL, /**< dependencies */
2888 PURPLE_PRIORITY_DEFAULT, /**< priority */ 2888 PURPLE_PRIORITY_DEFAULT, /**< priority */
2889 "core-log_reader", /**< id */ 2889 "core-log_reader", /**< id */
2890 N_("Log Reader"), /**< name */ 2890 N_("Log Reader"), /**< name */
2891 VERSION, /**< version */ 2891 DISPLAY_VERSION, /**< version */
2892 2892
2893 /** summary */ 2893 /** summary */
2894 N_("Includes other IM clients' logs in the " 2894 N_("Includes other IM clients' logs in the "
2895 "log viewer."), 2895 "log viewer."),
2896 2896