Fix tizen version description (7.5 -> 8.0)
[platform/core/uifw/tts.git] / include / tts.h
index f36eb82..eaaea6d 100644 (file)
@@ -90,11 +90,11 @@ typedef enum {
  * @since_tizen 7.0
 */
 typedef enum {
-       TTS_SERVICE_STATE_NONE = -1, /**< 'None' state (Since 7.5) */
+       TTS_SERVICE_STATE_NONE = -1, /**< 'None' state (Since 8.0) */
        TTS_SERVICE_STATE_READY = 0, /**< 'Ready' state */
        TTS_SERVICE_STATE_SYNTHESIZING, /**< 'Synthesizing' state */
        TTS_SERVICE_STATE_PLAYING, /**< 'Playing' state */
-       TTS_SERVICE_STATE_BLOCKED /**< 'Blocked' state (Since 7.5) */
+       TTS_SERVICE_STATE_BLOCKED /**< 'Blocked' state (Since 8.0) */
 } tts_service_state_e;