summaryrefslogtreecommitdiff
path: root/deadbeef.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-11-08 17:06:07 +0100
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-11-08 17:06:07 +0100
commit8370464948c534e000a6d46b06b4aaff45bd12fa (patch)
treebd4f559b0be6ad4ef2b2abd2bb7c0061e3b2dc14 /deadbeef.h
parentd7b7e39cbf92dec5cd69b030121d7d984cde634f (diff)
bumped plugin api version to 0.4
added plugin api version history
Diffstat (limited to 'deadbeef.h')
-rw-r--r--deadbeef.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/deadbeef.h b/deadbeef.h
index b97de2e8..8dfa1296 100644
--- a/deadbeef.h
+++ b/deadbeef.h
@@ -52,8 +52,14 @@ extern "C" {
// debugging/development)
// DON'T release plugins without DB_PLUGIN_SET_API_VERSION
+// api version history:
+// 0.4 -- deadbeef-0.3.0
+// 0.3 -- deadbeef-0.2.3.2
+// 0.2 -- deadbeef-0.2.3
+// 0.1 -- deadbeef-0.2.0
+
#define DB_API_VERSION_MAJOR 0
-#define DB_API_VERSION_MINOR 3
+#define DB_API_VERSION_MINOR 4
#define DB_PLUGIN_SET_API_VERSION\
.plugin.api_vmajor = DB_API_VERSION_MAJOR,\