doc: adjust next version to 1.4.1

This commit is contained in:
Saúl Ibarra Corretgé 2015-02-24 20:44:02 +01:00
parent e19089f7b1
commit 7a3af176bd

View File

@ -57,7 +57,7 @@ Threads
.. c:function:: int uv_thread_create(uv_thread_t* tid, uv_thread_cb entry, void* arg)
.. versionchanged:: 1.5.0 returns a UV_E* error code on failure
.. versionchanged:: 1.4.1 returns a UV_E* error code on failure
.. c:function:: uv_thread_t uv_thread_self(void)
.. c:function:: int uv_thread_join(uv_thread_t *tid)