From 1fef39064da60e6ee4f3ba3fd8ea01c3dbfb6757 Mon Sep 17 00:00:00 2001 From: Seoyeon Kim Date: Mon, 5 Nov 2018 17:09:46 +0900 Subject: [PATCH] DALi Version 1.3.48 + NUI version 505 Change-Id: I7d768fac81d0af827cc5ffd86535204e34a6455a Signed-off-by: Seoyeon Kim --- dali-csharp-binder/src/version-check.cpp | 10 +++++++++- packaging/dali-csharp-binder.spec | 4 ++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/dali-csharp-binder/src/version-check.cpp b/dali-csharp-binder/src/version-check.cpp index 3e47ebf..b622564 100755 --- a/dali-csharp-binder/src/version-check.cpp +++ b/dali-csharp-binder/src/version-check.cpp @@ -108,7 +108,7 @@ 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 <= 47) { //from dali_1.3.41, nui_api_internal_version is set as 504 *version = 504; @@ -116,6 +116,14 @@ SWIGEXPORT bool SWIGSTDCALL CSharp_NUI_InternalAPIVersionCheck(int * version, in *reserved2 = 0; return true; } + else if(Dali::CORE_MICRO_VERSION <= 99) + { + //from dali_1.3.48, 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 b1029e7..e539fa5 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.48 +Version: 1.3.48+%{nui_internal_version} Release: 1 Group: uifw/graphic License: Apache-2.0 and BSD-3-Clause and MIT -- 2.7.4