From 9ecd5fb1e9a26a49db1bf2167cd6d85fa2e5b41e Mon Sep 17 00:00:00 2001 From: huiyueun <35286162+huiyueun@users.noreply.github.com> Date: Fri, 12 Jan 2018 13:23:26 +0900 Subject: [PATCH] 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 --- packaging/version.txt | 4 ++-- src/Tizen.NUI/src/internal/VersionCheck.cs | 4 ++-- src/Tizen.NUI/src/internal/WidgetImpl.cs | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packaging/version.txt b/packaging/version.txt index e0d8f32..33d2c1d 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 5a5e11b..24d9cc6 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 d9fba02..4d249ae 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); } -- 2.7.4