summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-08-05 02:23:14 +0200
committerwm4 <wm4@nowhere>2014-08-05 02:23:14 +0200
commit43ddf2099baf01ae22985f60e0f735a00f578844 (patch)
tree6d9fc6e5660c382e618852f4a21650d357f397a7 /DOCS
parentbdf607ea5f218b1aa60dff9abc94b68e1a934368 (diff)
downloadmpv-43ddf2099baf01ae22985f60e0f735a00f578844.tar.bz2
mpv-43ddf2099baf01ae22985f60e0f735a00f578844.tar.xz
client API: add and use the MPV_MAKE_VERSION macro
This is probably nicer. The actual version number doesn't change (other than the minor being incremented). The "| 0UL" is to make the type unsigned long int, like it was before.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/client-api-changes.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/DOCS/client-api-changes.rst b/DOCS/client-api-changes.rst
index ee370d7bc0..e8c5445e94 100644
--- a/DOCS/client-api-changes.rst
+++ b/DOCS/client-api-changes.rst
@@ -25,6 +25,7 @@ API changes
::
+ 1.3 - add MPV_MAKE_VERSION()
1.2 - remove "stream-time-pos" property (no replacement)
1.1 - remap dvdnav:// to dvd://
- add "--cache-file", "--cache-file-size"