[NUI] dali_1.2.77, nui_0.2.77 version release 10/165110/1 4.0.1-preview1-00049
authorhuiyu,eun <huiyu.eun@samsung.com>
Tue, 26 Dec 2017 08:18:24 +0000 (17:18 +0900)
committerhuiyu,eun <huiyu.eun@samsung.com>
Tue, 26 Dec 2017 08:18:24 +0000 (17:18 +0900)
Change-Id: I317013e015a5b34193e54ee3da86bd7221608264
Signed-off-by: huiyu,eun <huiyu.eun@samsung.com>
packaging/version.txt
src/Tizen.NUI/src/internal/VersionCheck.cs
src/Tizen.NUI/src/public/Animation.cs

index 265fc62..dc23173 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=nui76
+RPM_VERSION_SUFFIX=nui77
 
 # Native Dependencies
-DALI_VERSION=1.2.76
+DALI_VERSION=1.2.77
index 8a21bef..2f5a67a 100755 (executable)
@@ -24,10 +24,10 @@ namespace Tizen.NUI
     {
         public const int daliVer1 = 1;
         public const int daliVer2 = 2;
-        public const int daliVer3 = 76;
+        public const int daliVer3 = 77;
         public const int nuiVer1 = 0;
         public const int nuiVer2 = 2;
-        public const int nuiVer3 = 76;
+        public const int nuiVer3 = 77;
         public const string nuiRelease = "";
 
 
index aef2822..f42b199 100755 (executable)
@@ -84,7 +84,6 @@ namespace Tizen.NUI
             {
                 this.Clear();
                 this.Reset();
-                NUILog.Error("Now Animation is playing! Clear and Reset here!");
                 //throw new System.InvalidOperationException("Animation Instance should not be disposed until getting Finished event. Should be a global variable");
             }