NUI release 1.2.81 (#27)
authorhuiyueun <35286162+huiyueun@users.noreply.github.com>
Fri, 12 Jan 2018 04:23:26 +0000 (13:23 +0900)
committerGitHub <noreply@github.com>
Fri, 12 Jan 2018 04:23:26 +0000 (13:23 +0900)
* [4.0] Fix auto tct widgetImpl dispose crash

Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
* [NUI] DALi version 1.2.81

Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
packaging/version.txt
src/Tizen.NUI/src/internal/VersionCheck.cs
src/Tizen.NUI/src/internal/WidgetImpl.cs

index e0d8f32..33d2c1d 100755 (executable)
@@ -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
index 5a5e11b..24d9cc6 100755 (executable)
@@ -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 = "";
 
 
index d9fba02..4d249ae 100755 (executable)
@@ -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);
             }