MediaPlugin: Use three decimals for plugin version

* That allow to manage minor and major versions.
This commit is contained in:
Barrett17
2019-02-17 14:15:08 +01:00
parent a06d611775
commit 303f574120
+1 -1
View File
@@ -44,7 +44,7 @@ extern "C" uint32 get_plugin_version();
extern "C" const char* get_plugin_name();
#define B_CODEC_KIT_PLUGIN_VERSION 1
#define B_CODEC_KIT_PLUGIN_VERSION 100
#define B_DECLARE_CODEC_KIT_PLUGIN(className, name, version) \
extern "C" { \