diff Plugins/Input/amidi-plug/i_common.h @ 737:8efa4b799c19 trunk

[svn] Added a get_volume plugin function, to ensure that the player volume is properly updated when the player is remotely controlled
author giacomo
date Mon, 27 Feb 2006 16:52:02 -0800
parents 60c744f652f4
children b8b9d7f5d371
line wrap: on
line diff
--- a/Plugins/Input/amidi-plug/i_common.h	Mon Feb 27 16:51:14 2006 -0800
+++ b/Plugins/Input/amidi-plug/i_common.h	Mon Feb 27 16:52:02 2006 -0800
@@ -44,7 +44,7 @@
 #endif /* DEBUG */
 
 
-#define AMIDIPLUG_VERSION "0.1"
+#define AMIDIPLUG_VERSION "0.1a"
 #define PLAYER_NAME "Audacious"
 #define G_PATH_GET_BASENAME(x) g_path_get_basename(x)
 #define G_STRING_PRINTF(...) g_string_printf(__VA_ARGS__)