From: Sangchul Lee Date: Fri, 19 Aug 2016 07:02:00 +0000 (+0900) Subject: Descriptions regarding version history are revised X-Git-Tag: submit/tizen/20160823.063104^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F44%2F84544%2F1;p=platform%2Fcore%2Fapi%2Fsound-manager.git Descriptions regarding version history are revised [Version] Release 0.3.60 [Profile] Common [Issue Type] History Change-Id: I0c7406ef2276c8ce47ae8689e35e52518b3573ea Signed-off-by: Sangchul Lee --- diff --git a/include/sound_manager.h b/include/sound_manager.h index 7c1eaa4..d6200e1 100644 --- a/include/sound_manager.h +++ b/include/sound_manager.h @@ -65,10 +65,10 @@ typedef enum { SOUND_TYPE_SYSTEM, /**< Sound type for system */ SOUND_TYPE_NOTIFICATION, /**< Sound type for notifications */ SOUND_TYPE_ALARM, /**< Sound type for alarm */ - SOUND_TYPE_RINGTONE, /**< Sound type for ringtones (Since 2.4) */ + SOUND_TYPE_RINGTONE, /**< Sound type for ringtones (Since @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif) */ SOUND_TYPE_MEDIA, /**< Sound type for media */ - SOUND_TYPE_CALL, /**< Sound type for call (Since 2.4) */ - SOUND_TYPE_VOIP, /**< Sound type for voip (Since 2.4) */ + SOUND_TYPE_CALL, /**< Sound type for call (Since @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif) */ + SOUND_TYPE_VOIP, /**< Sound type for voip (Since @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif) */ SOUND_TYPE_VOICE, /**< Sound type for voice */ } sound_type_e; diff --git a/packaging/capi-media-sound-manager.spec b/packaging/capi-media-sound-manager.spec index 7bb96cb..12a0179 100755 --- a/packaging/capi-media-sound-manager.spec +++ b/packaging/capi-media-sound-manager.spec @@ -1,6 +1,6 @@ Name: capi-media-sound-manager Summary: Sound Manager library -Version: 0.3.59 +Version: 0.3.60 Release: 0 Group: Multimedia/API License: Apache-2.0