summaryrefslogtreecommitdiff
path: root/deadbeef.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-01-12 22:19:05 +0100
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-01-12 22:19:05 +0100
commit5cd52ae3f0fd32a0e1e801cc6e3c5bd7be2261cf (patch)
tree5ff3ef4d746a2a30d867f4d1f4b977191b30f333 /deadbeef.h
parentd3859d47d99a0cc4548940f1c441803849748f1d (diff)
bump to 0.3.2
Diffstat (limited to 'deadbeef.h')
-rw-r--r--deadbeef.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/deadbeef.h b/deadbeef.h
index c656a39e..df52223e 100644
--- a/deadbeef.h
+++ b/deadbeef.h
@@ -53,13 +53,14 @@ extern "C" {
// DON'T release plugins without DB_PLUGIN_SET_API_VERSION
// api version history:
+// 0.5 -- deadbeef-0.3.2
// 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 4
+#define DB_API_VERSION_MINOR 5
#define DB_PLUGIN_SET_API_VERSION\
.plugin.api_vmajor = DB_API_VERSION_MAJOR,\