diff pidgin/plugins/musicmessaging/musicmessaging.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 e4dc98b8e140
children 865ed80b17e1
line wrap: on
line diff
--- a/pidgin/plugins/musicmessaging/musicmessaging.c	Sat Oct 27 13:36:14 2007 +0000
+++ b/pidgin/plugins/musicmessaging/musicmessaging.c	Sat Oct 27 13:56:54 2007 +0000
@@ -681,7 +681,7 @@
 
     MUSICMESSAGING_PLUGIN_ID,                            /**< id             */
     "Music Messaging",	                                 /**< name           */
-    VERSION,                                             /**< version        */
+    DISPLAY_VERSION,                                     /**< version        */
     N_("Music Messaging Plugin for collaborative composition."),
                                                          /**  summary        */
     N_("The Music Messaging Plugin allows a number of users to simultaneously work on a piece of music by editting a common score in real-time."),