DALi 1.3.43 + NUI internal version 505 36/190336/1 accepted/tizen/5.0/unified/20181102.022633 accepted/tizen/unified/20181005.012337 submit/tizen/20181001.111440 submit/tizen/20181002.000301 submit/tizen/20181002.075644 submit/tizen/20181004.103602 submit/tizen_5.0/20181101.000005 submit/trunk/20181001.110911
authordongsug.song <dongsug.song@samsung.com>
Mon, 1 Oct 2018 05:17:00 +0000 (14:17 +0900)
committerdongsug.song <dongsug.song@samsung.com>
Mon, 1 Oct 2018 05:17:00 +0000 (14:17 +0900)
Change-Id: I19b4b29a6638677f681f06cd18f04597af2fece5

dali-csharp-binder/src/version-check.cpp
packaging/dali-csharp-binder.spec

index 3e47ebf..3d29d0a 100755 (executable)
@@ -108,14 +108,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 <= 42)
       {
-        //from dali_1.3.41, nui_api_internal_version is set as 504
+        //by dali_1.3.42, nui_api_internal_version is set as 504
         *version = 504;
         *reserved1 = 0;
         *reserved2 = 0;
         return true;
       }
+      else if(Dali::CORE_MICRO_VERSION <= 99)
+      {
+        //from dali_1.3.43, nui_api_internal_version is set as 505
+        *version = 505;
+        *reserved1 = 0;
+        *reserved2 = 0;
+        return true;
+      }
       else
       {
         *version = Dali::CORE_MAJOR_VERSION;
index b3a74f5..5a4cbc6 100755 (executable)
 %bcond_with wayland
 
 #please update nui_internal_version below, if you changed version-check.cpp
-%define nui_internal_version nui504
+%define nui_internal_version nui505
 
 Name: dali-csharp-binder
 Summary: The DALI Csharp Binder
-Version: 1.3.43
+Version: 1.3.43+%{nui_internal_version}
 Release: 1
 Group: uifw/graphic
 License: Apache-2.0 and BSD-3-Clause and MIT