Change wearable api version 74/63074/1
authorGilbok Lee <gilbok.lee@samsung.com>
Tue, 22 Mar 2016 05:01:27 +0000 (14:01 +0900)
committerGilbok Lee <gilbok.lee@samsung.com>
Tue, 22 Mar 2016 05:01:27 +0000 (14:01 +0900)
Change-Id: Id0a84d50d80840ad99ccc564285621ea3bf0da41
Signed-off-by: Gilbok Lee <gilbok.lee@samsung.com>
include/radio.h
packaging/capi-media-radio.spec

index 3f160be..b7d78e4 100755 (executable)
@@ -438,7 +438,7 @@ int radio_unset_interrupted_cb(radio_h radio);
 
 /**
  * @brief Gets the min, max frequency of the region.
- * @since_tizen 2.4
+ * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
  * @param[in]   radio The handle to radio
  * @param[out]  min_freq The min frequency [87500 ~ 108000] (kHz)
  * @param[out]  max_freq The max frequency [87500 ~ 108000] (kHz)
@@ -453,7 +453,7 @@ int radio_get_frequency_range(radio_h radio, int *min_freq, int *max_freq);
 
 /**
  * @brief Gets channel spacing.
- * @since_tizen 2.4
+ * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
  * @param[in]   radio The handle to radio
  * @param[out]  channel_spacing The channel spacing value
  * @return @c 0 on success,
index dd72c64..5401614 100644 (file)
@@ -1,7 +1,7 @@
 Name:       capi-media-radio
 Summary:    A Radio library in Tizen Native API
 Version:    0.1.2
-Release:    12
+Release:    13
 Group:      API/C API
 License:    Apache-2.0
 Source0:    %{name}-%{version}.tar.gz