DALi Version 1.3.41 + NUI version 504 99/189299/2
authorhuiyu.eun <huiyu.eun@samsung.com>
Mon, 17 Sep 2018 02:30:04 +0000 (11:30 +0900)
committerhuiyu eun <huiyu.eun@samsung.com>
Mon, 17 Sep 2018 02:39:50 +0000 (02:39 +0000)
Change-Id: I4c06f9c61adbd6992da486d8e679487b8bd53ac7
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
dali-csharp-binder/src/version-check.cpp
packaging/dali-csharp-binder.spec

index 30be4032dbd8a874238a4a267d19a7e93eca5e6b..3e47ebfc3ab76e39119e3d0754f9834a9fd5a190 100755 (executable)
@@ -100,14 +100,22 @@ SWIGEXPORT bool SWIGSTDCALL CSharp_NUI_InternalAPIVersionCheck(int * version, in
         *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;
index b6ca703c30d1b32c7ea52bedca3acca799b51421..6c281f928ca04b05264243f7d756226978624d5a 100755 (executable)
 %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