Change-Id: I4c06f9c61adbd6992da486d8e679487b8bd53ac7
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
*reserved2 = 0;
return true;
}
- else if(Dali::CORE_MICRO_VERSION <= 99)
+ else if(Dali::CORE_MICRO_VERSION <= 40)
{
- //from dali_1.3.34, nui_api_internal_version is set as 503
+ //from dali_1.3.34, nui_api_internal_version is set as 503
*version = 503;
*reserved1 = 0;
*reserved2 = 0;
return true;
}
+ else if(Dali::CORE_MICRO_VERSION <= 99)
+ {
+ //from dali_1.3.41, nui_api_internal_version is set as 504
+ *version = 504;
+ *reserved1 = 0;
+ *reserved2 = 0;
+ return true;
+ }
else
{
*version = Dali::CORE_MAJOR_VERSION;
%bcond_with wayland
#please update nui_internal_version below, if you changed version-check.cpp
-%define nui_internal_version nui503
+%define nui_internal_version nui504
Name: dali-csharp-binder
Summary: The DALI Csharp Binder
-Version: 1.3.41
+Version: 1.3.41+%{nui_internal_version}
Release: 1
Group: uifw/graphic
License: Apache-2.0 and BSD-3-Clause and MIT