From: dongsug.song Date: Mon, 1 Oct 2018 05:17:00 +0000 (+0900) Subject: DALi 1.3.43 + NUI internal version 505 X-Git-Tag: accepted/tizen/5.0/unified/20181102.022633^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F36%2F190336%2F1;p=platform%2Fcore%2Fuifw%2Fdali-csharp-binder.git DALi 1.3.43 + NUI internal version 505 Change-Id: I19b4b29a6638677f681f06cd18f04597af2fece5 --- diff --git a/dali-csharp-binder/src/version-check.cpp b/dali-csharp-binder/src/version-check.cpp index 3e47ebf..3d29d0a 100755 --- a/dali-csharp-binder/src/version-check.cpp +++ b/dali-csharp-binder/src/version-check.cpp @@ -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; diff --git a/packaging/dali-csharp-binder.spec b/packaging/dali-csharp-binder.spec index b3a74f5..5a4cbc6 100755 --- a/packaging/dali-csharp-binder.spec +++ b/packaging/dali-csharp-binder.spec @@ -17,11 +17,11 @@ %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