comparison pidgin/plugins/timestamp_format.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 09f0bb67a87f
children 9ec94a37446a
comparison
equal deleted inserted replaced
21029:3a12f08b2185 21030:3cc856ca2338
147 NULL, /**< dependencies */ 147 NULL, /**< dependencies */
148 PURPLE_PRIORITY_DEFAULT, /**< priority */ 148 PURPLE_PRIORITY_DEFAULT, /**< priority */
149 149
150 "core-timestamp_format", /**< id */ 150 "core-timestamp_format", /**< id */
151 N_("Message Timestamp Formats"), /**< name */ 151 N_("Message Timestamp Formats"), /**< name */
152 VERSION, /**< version */ 152 DISPLAY_VERSION, /**< version */
153 /** summary */ 153 /** summary */
154 N_("Customizes the message timestamp formats."), 154 N_("Customizes the message timestamp formats."),
155 /** description */ 155 /** description */
156 N_("This plugin allows the user to customize " 156 N_("This plugin allows the user to customize "
157 "conversation and logging message timestamp " 157 "conversation and logging message timestamp "