dali 1.3.34 + nui 503 40/185740/1
authorhuiyu.eun <huiyu.eun@samsung.com>
Thu, 2 Aug 2018 02:24:24 +0000 (11:24 +0900)
committerhuiyu.eun <huiyu.eun@samsung.com>
Thu, 2 Aug 2018 02:24:24 +0000 (11:24 +0900)
Change-Id: Ib60070f30b59d6f271b37d381815a426f45ca53c
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
dali-csharp-binder/src/version-check.cpp
packaging/dali-csharp-binder.spec

index ef81498..30be403 100755 (executable)
@@ -92,7 +92,7 @@ SWIGEXPORT bool SWIGSTDCALL CSharp_NUI_InternalAPIVersionCheck(int * version, in
         *reserved2 = 0;
         return true;
       }
-      else if(Dali::CORE_MICRO_VERSION <= 34)
+      else if(Dali::CORE_MICRO_VERSION <= 33)
       {
         //from dali_1.3.28, nui_api_internal_version is set as 502
         *version = 502;
@@ -102,7 +102,7 @@ SWIGEXPORT bool SWIGSTDCALL CSharp_NUI_InternalAPIVersionCheck(int * version, in
       }
       else if(Dali::CORE_MICRO_VERSION <= 99)
       {
-         //from dali_1.3.35, 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;
index 1be8ac2..82cdebd 100755 (executable)
@@ -18,7 +18,7 @@
 
 Name: dali-csharp-binder
 Summary: The DALI Csharp Binder
-Version: 1.3.34
+Version: 1.3.34+nui503
 Release: 1
 Group: uifw/graphic
 License: Apache-2.0 and BSD-3-Clause and MIT