comparison libpurple/plugins/statenotify.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 5205dd2bd035
children 116a1483d554
comparison
equal deleted inserted replaced
21029:3a12f08b2185 21030:3cc856ca2338
144 NULL, /**< dependencies */ 144 NULL, /**< dependencies */
145 PURPLE_PRIORITY_DEFAULT, /**< priority */ 145 PURPLE_PRIORITY_DEFAULT, /**< priority */
146 146
147 STATENOTIFY_PLUGIN_ID, /**< id */ 147 STATENOTIFY_PLUGIN_ID, /**< id */
148 N_("Buddy State Notification"), /**< name */ 148 N_("Buddy State Notification"), /**< name */
149 VERSION, /**< version */ 149 DISPLAY_VERSION, /**< version */
150 /** summary */ 150 /** summary */
151 N_("Notifies in a conversation window when a buddy goes or returns from " 151 N_("Notifies in a conversation window when a buddy goes or returns from "
152 "away or idle."), 152 "away or idle."),
153 /** description */ 153 /** description */
154 N_("Notifies in a conversation window when a buddy goes or returns from " 154 N_("Notifies in a conversation window when a buddy goes or returns from "