diff options
author | Alexey Yakovenko <wakeroid@gmail.com> | 2010-10-03 19:40:13 +0200 |
---|---|---|
committer | Alexey Yakovenko <wakeroid@gmail.com> | 2010-10-03 19:40:13 +0200 |
commit | 9aa7be55a2a46286055acdc7a215367f266bae71 (patch) | |
tree | 028d4503fc108342a0be6b45341cf59fcfc120dc | |
parent | a7be74fa36f3cebc6a31652c6da98bee73bff9f5 (diff) |
deadbeef API version bump for 0.4.2
-rw-r--r-- | deadbeef.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -55,6 +55,7 @@ extern "C" { // api version history: // 9.9 -- devel +// 0.8 -- deadbeef-0.4.2 // 0.7 -- deabdeef-0.4.0 // 0.6 -- deadbeef-0.3.3 // 0.5 -- deadbeef-0.3.2 @@ -63,8 +64,8 @@ extern "C" { // 0.2 -- deadbeef-0.2.3 // 0.1 -- deadbeef-0.2.0 -#define DB_API_VERSION_MAJOR 9 -#define DB_API_VERSION_MINOR 9 +#define DB_API_VERSION_MAJOR 0 +#define DB_API_VERSION_MINOR 8 #define DB_PLUGIN_SET_API_VERSION\ .plugin.api_vmajor = DB_API_VERSION_MAJOR,\ |