From: huiyueun <35286162+huiyueun@users.noreply.github.com> Date: Fri, 12 Jan 2018 04:23:26 +0000 (+0900) Subject: NUI release 1.2.81 (#27) X-Git-Tag: submit/tizen_4.0/20180112.054144~1^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9ecd5fb1e9a26a49db1bf2167cd6d85fa2e5b41e;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git NUI release 1.2.81 (#27) * [4.0] Fix auto tct widgetImpl dispose crash Signed-off-by: huiyu,eun * [NUI] DALi version 1.2.81 Signed-off-by: huiyu,eun --- diff --git a/packaging/version.txt b/packaging/version.txt index e0d8f328e..33d2c1d52 100755 --- a/packaging/version.txt +++ b/packaging/version.txt @@ -7,7 +7,7 @@ NUGET_VERSION=4.0.1-preview1-99999 INTERNAL_NUGET_VERSION=4.0.1.999 # RPM Version Suffix -RPM_VERSION_SUFFIX=nui80 +RPM_VERSION_SUFFIX=nui81 # Native Dependencies -DALI_VERSION=1.2.80 +DALI_VERSION=1.2.81 diff --git a/src/Tizen.NUI/src/internal/VersionCheck.cs b/src/Tizen.NUI/src/internal/VersionCheck.cs index 5a5e11b2c..24d9cc64a 100755 --- a/src/Tizen.NUI/src/internal/VersionCheck.cs +++ b/src/Tizen.NUI/src/internal/VersionCheck.cs @@ -24,10 +24,10 @@ namespace Tizen.NUI { public const int daliVer1 = 1; public const int daliVer2 = 2; - public const int daliVer3 = 80; + public const int daliVer3 = 81; public const int nuiVer1 = 0; public const int nuiVer2 = 2; - public const int nuiVer3 = 80; + public const int nuiVer3 = 81; public const string nuiRelease = ""; diff --git a/src/Tizen.NUI/src/internal/WidgetImpl.cs b/src/Tizen.NUI/src/internal/WidgetImpl.cs index d9fba0283..4d249ae5f 100755 --- a/src/Tizen.NUI/src/internal/WidgetImpl.cs +++ b/src/Tizen.NUI/src/internal/WidgetImpl.cs @@ -62,7 +62,7 @@ namespace Tizen.NUI if (swigCMemOwn) { swigCMemOwn = false; - throw new global::System.MethodAccessException("C++ destructor does not have public access"); + //throw new global::System.MethodAccessException("C++ destructor does not have public access"); } swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero); }