comparison libpurple/plugins/helloworld.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 3a5f152e7ed0
children
comparison
equal deleted inserted replaced
21029:3a12f08b2185 21030:3cc856ca2338
112 NULL, 112 NULL,
113 PURPLE_PRIORITY_DEFAULT, 113 PURPLE_PRIORITY_DEFAULT,
114 114
115 "core-hello_world", 115 "core-hello_world",
116 "Hello World!", 116 "Hello World!",
117 VERSION, /* This constant is defined in version.h, but you shouldn't use it for 117 DISPLAY_VERSION, /* This constant is defined in config.h, but you shouldn't use it for
118 your own plugins. We use it here because it's our plugin. */ 118 your own plugins. We use it here because it's our plugin. And we're lazy. */
119 119
120 "Hello World Plugin", 120 "Hello World Plugin",
121 "Hello World Plugin", 121 "Hello World Plugin",
122 "John Bailey <rekkanoryo@cpw.pidgin.im>", /* correct author */ 122 "John Bailey <rekkanoryo@cpw.pidgin.im>", /* correct author */
123 "http://helloworld.tld", 123 "http://helloworld.tld",