summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/mv_common.h3
-rw-r--r--packaging/capi-media-vision.spec2
2 files changed, 3 insertions, 2 deletions
diff --git a/include/mv_common.h b/include/mv_common.h
index 6e72dacd..628affa8 100644
--- a/include/mv_common.h
+++ b/include/mv_common.h
@@ -111,7 +111,8 @@ typedef enum {
MV_ENGINE_CONFIG_ATTR_TYPE_DOUBLE, /**< Double attribute type */
MV_ENGINE_CONFIG_ATTR_TYPE_INTEGER, /**< Integer attribute type */
MV_ENGINE_CONFIG_ATTR_TYPE_BOOLEAN, /**< Boolean attribute type */
- MV_ENGINE_CONFIG_ATTR_TYPE_STRING /**< String attribute type */
+ MV_ENGINE_CONFIG_ATTR_TYPE_STRING, /**< String attribute type */
+ MV_ENGINE_CONFIG_ATTR_TYPE_ARRAY_STRING /**< Array of string attribute type (Since 5.5) */
} mv_config_attribute_type_e;
/**
diff --git a/packaging/capi-media-vision.spec b/packaging/capi-media-vision.spec
index 253d61a5..d3113f6a 100644
--- a/packaging/capi-media-vision.spec
+++ b/packaging/capi-media-vision.spec
@@ -1,7 +1,7 @@
Name: capi-media-vision
Summary: Media Vision library for Tizen Native API
Version: 0.5.0
-Release: 2
+Release: 3
Group: Multimedia/Framework
License: Apache-2.0 and BSD-3-Clause
Source0: %{name}-%{version}.tar.gz