summaryrefslogtreecommitdiff
path: root/deadbeef.h
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2012-06-02 16:08:57 +0200
committerGravatar waker <wakeroid@gmail.com>2012-06-02 16:08:57 +0200
commitfef7f804693185729c4cf253c187c983afb71ae4 (patch)
tree9616344a8c6fd964512b54f83c07c2999d4eb884 /deadbeef.h
parent2604401900cc8a36701dbd8ed0fcd37a88809f67 (diff)
plugin api version bumped to 1.4 for 0.5.5 release
Diffstat (limited to 'deadbeef.h')
-rw-r--r--deadbeef.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/deadbeef.h b/deadbeef.h
index 6d797fe0..51e39b10 100644
--- a/deadbeef.h
+++ b/deadbeef.h
@@ -79,7 +79,7 @@ extern "C" {
// 0.1 -- deadbeef-0.2.0
#define DB_API_VERSION_MAJOR 1
-#define DB_API_VERSION_MINOR 3
+#define DB_API_VERSION_MINOR 4
#define DDB_PLUGIN_SET_API_VERSION\
.plugin.api_vmajor = DB_API_VERSION_MAJOR,\