summaryrefslogtreecommitdiffstats
path: root/DOCS/client-api-changes.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-11-21 20:17:41 +0100
committerwm4 <wm4@nowhere>2016-11-21 20:17:41 +0100
commitf843ae9983b62f81d0aa79a333e594855fe4ccf3 (patch)
tree3cc722070a3114f815fa96bebfbe63e88f6193ec /DOCS/client-api-changes.rst
parentde37c5b1cbdc8a8c1fd6a4e3494396fb9608fd8b (diff)
downloadmpv-f843ae9983b62f81d0aa79a333e594855fe4ccf3.tar.bz2
mpv-f843ae9983b62f81d0aa79a333e594855fe4ccf3.tar.xz
Fix some future release version numbers
Since the recent release was named 0.22.0 instead of 0.21.1, bump all mentions of 0.22.0 to 0.23.0. These were planned removals of deprecated versions, which obviously didn't happen in 0.22.0.
Diffstat (limited to 'DOCS/client-api-changes.rst')
-rw-r--r--DOCS/client-api-changes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/client-api-changes.rst b/DOCS/client-api-changes.rst
index 94b39bd58d..1dacbb2c32 100644
--- a/DOCS/client-api-changes.rst
+++ b/DOCS/client-api-changes.rst
@@ -38,7 +38,7 @@ API changes
- do not override the SIGPIPE signal handler anymore. This was done as
workaround for the FFmpeg TLS code, which has been fixed long ago.
- deprecate mpv_suspend() and mpv_resume(). They will be stubbed out
- in mpv 0.22.0.
+ in mpv 0.23.0.
- make mpv_set_property() work to some degree before mpv_initialize().
It can now be used instead of mpv_set_option().
- semi-deprecate mpv_set_option()/mpv_set_option_string(). You should