bump version for fluid_player_seek()

This commit is contained in:
Tom M 2017-11-07 11:33:02 +01:00 committed by GitHub
parent aa8a32951a
commit 0a4a588d7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1743,7 +1743,7 @@ fluid_player_get_status(fluid_player_t *player)
* @param ticks the position to seek to in the current file
* @return #FLUID_FAILED if ticks is negative or after the latest tick of the file,
* #FLUID_OK otherwise
* @since 1.1.9
* @since 2.0.0
*
* The actual seek is performed during the player_callback.
*/