summaryrefslogtreecommitdiffstats
path: root/libmpv/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmpv/client.h')
-rw-r--r--libmpv/client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpv/client.h b/libmpv/client.h
index 51866959ef..76736f6b53 100644
--- a/libmpv/client.h
+++ b/libmpv/client.h
@@ -163,7 +163,7 @@ extern "C" {
* version 0x001001FF
* becomes 16.511 (dec(0x0010) + "." + dec(0x01FF))
*/
-#define MPV_CLIENT_API_VERSION 0x00010001UL
+#define MPV_CLIENT_API_VERSION 0x00010002UL
/**
* Return the MPV_CLIENT_API_VERSION the mpv source has been compiled with.