Mercurial > pidgin.yaz
comparison libpurple/protocols/toc/toc.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 | 35b4f1dc4c8d |
comparison
equal
deleted
inserted
replaced
21029:3a12f08b2185 | 21030:3cc856ca2338 |
---|---|
2299 NULL, /**< dependencies */ | 2299 NULL, /**< dependencies */ |
2300 PURPLE_PRIORITY_DEFAULT, /**< priority */ | 2300 PURPLE_PRIORITY_DEFAULT, /**< priority */ |
2301 | 2301 |
2302 "prpl-toc", /**< id */ | 2302 "prpl-toc", /**< id */ |
2303 "TOC", /**< name */ | 2303 "TOC", /**< name */ |
2304 VERSION, /**< version */ | 2304 DISPLAY_VERSION, /**< version */ |
2305 /** summary */ | 2305 /** summary */ |
2306 N_("TOC Protocol Plugin"), | 2306 N_("TOC Protocol Plugin"), |
2307 /** description */ | 2307 /** description */ |
2308 N_("TOC Protocol Plugin"), | 2308 N_("TOC Protocol Plugin"), |
2309 NULL, /**< author */ | 2309 NULL, /**< author */ |