From f3eb638c99a08ea8692ebafaa851ceb08b21470a Mon Sep 17 00:00:00 2001 From: Jeongmo Yang Date: Wed, 23 Mar 2016 12:03:37 +0900 Subject: [PATCH] [Release version 0.2.46] Update API version for Tizen 2.4 API Change-Id: I2ac73cbfcc6f520acd8684af8fdbd8b1201ee585 Signed-off-by: Jeongmo Yang --- include/camera.h | 4 ++-- packaging/capi-media-camera.spec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/camera.h b/include/camera.h index b5a917b..8ae9956 100644 --- a/include/camera.h +++ b/include/camera.h @@ -2006,7 +2006,7 @@ int camera_attr_foreach_supported_fps(camera_h camera, camera_attr_supported_fps /** * @brief Retrieves all supported FPS modes by invoking the callback function once for each supported FPS mode. - * @since_tizen 2.4 + * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif * @param[in] camera The handle to the camera * @privlevel public * @privilege %http://tizen.org/privilege/camera @@ -3008,7 +3008,7 @@ int camera_attr_remove_geotag(camera_h camera); * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif * @privlevel public * @privilege %http://tizen.org/privilege/camera - * @remarks Since 2.4, while setting the flash mode, if the flash was preempted by other APIs,\n + * @remarks Since @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif, while setting the flash mode, if the flash was preempted by other APIs,\n * then this function returns #CAMERA_ERROR_DEVICE_BUSY error. * @param[in] camera The handle to the camera * @param[in] mode The flash mode diff --git a/packaging/capi-media-camera.spec b/packaging/capi-media-camera.spec index d296c70..1541286 100644 --- a/packaging/capi-media-camera.spec +++ b/packaging/capi-media-camera.spec @@ -3,7 +3,7 @@ Name: capi-media-camera Summary: A Camera API -Version: 0.2.45 +Version: 0.2.46 Release: 0 Group: Multimedia/API License: Apache-2.0 -- 2.7.4