comparison libpurple/plugins/ssl/ssl-gnutls.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 3a9709bfde65
children a890a1574703
comparison
equal deleted inserted replaced
21029:3a12f08b2185 21030:3cc856ca2338
991 NULL, /**< dependencies */ 991 NULL, /**< dependencies */
992 PURPLE_PRIORITY_DEFAULT, /**< priority */ 992 PURPLE_PRIORITY_DEFAULT, /**< priority */
993 993
994 SSL_GNUTLS_PLUGIN_ID, /**< id */ 994 SSL_GNUTLS_PLUGIN_ID, /**< id */
995 N_("GNUTLS"), /**< name */ 995 N_("GNUTLS"), /**< name */
996 VERSION, /**< version */ 996 DISPLAY_VERSION, /**< version */
997 /** summary */ 997 /** summary */
998 N_("Provides SSL support through GNUTLS."), 998 N_("Provides SSL support through GNUTLS."),
999 /** description */ 999 /** description */
1000 N_("Provides SSL support through GNUTLS."), 1000 N_("Provides SSL support through GNUTLS."),
1001 "Christian Hammond <chipx86@gnupdate.org>", 1001 "Christian Hammond <chipx86@gnupdate.org>",