summaryrefslogtreecommitdiffstats
path: root/libmpv
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 /libmpv
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 'libmpv')
-rw-r--r--libmpv/client.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmpv/client.h b/libmpv/client.h
index 788b4f2e57..28f86051a6 100644
--- a/libmpv/client.h
+++ b/libmpv/client.h
@@ -815,7 +815,7 @@ void mpv_free_node_contents(mpv_node *node);
* - deprecated options shadowed by properties:
* - chapter (option deprecated in 0.21.0)
* - playlist-pos (option deprecated in 0.21.0)
- * The deprecated properties will be removed in mpv 0.22.0.
+ * The deprecated properties will be removed in mpv 0.23.0.
*
* @param name Option name. This is the same as on the mpv command line, but
* without the leading "--".
@@ -929,7 +929,7 @@ int mpv_command_node_async(mpv_handle *ctx, uint64_t reply_userdata,
* In some cases, properties and options still conflict. In these cases,
* mpv_set_property() accesses the options before mpv_initialize(), and
* the properties after mpv_initialize(). These conflicts will be removed
- * in mpv 0.22.0. See mpv_set_option() for further remarks.
+ * in mpv 0.23.0. See mpv_set_option() for further remarks.
*
* @param name The property name. See input.rst for a list of properties.
* @param format see enum mpv_format.