diff options
author | Stu Tomlinson <nosnilmot@pidgin.im> | 2007-10-27 13:56:54 +0000 |
---|---|---|
committer | Stu Tomlinson <nosnilmot@pidgin.im> | 2007-10-27 13:56:54 +0000 |
commit | f633d8d605aceed8ada762b3895f3e2fcd07f5ca (patch) | |
tree | a5c45db21674d966794731554ef0f9e85389f630 /pidgin/plugins/iconaway.c | |
parent | b010db5b3110910c9b6d2275f844c8e99b848173 (diff) | |
download | pidgin-f633d8d605aceed8ada762b3895f3e2fcd07f5ca.tar.gz |
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
Diffstat (limited to 'pidgin/plugins/iconaway.c')
-rw-r--r-- | pidgin/plugins/iconaway.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pidgin/plugins/iconaway.c b/pidgin/plugins/iconaway.c index 160b66367d..e372181363 100644 --- a/pidgin/plugins/iconaway.c +++ b/pidgin/plugins/iconaway.c @@ -80,7 +80,7 @@ static PurplePluginInfo info = ICONAWAY_PLUGIN_ID, /**< id */ N_("Iconify on Away"), /**< name */ - VERSION, /**< version */ + DISPLAY_VERSION, /**< version */ /** summary */ N_("Iconifies the buddy list and your conversations when you go away."), /** description */ |