From bc428dc22edb2ae0336172b362bf710c018db0fa Mon Sep 17 00:00:00 2001 From: "huiyu,eun" Date: Tue, 26 Dec 2017 17:18:24 +0900 Subject: [PATCH] [NUI] dali_1.2.77, nui_0.2.77 version release Change-Id: I317013e015a5b34193e54ee3da86bd7221608264 Signed-off-by: huiyu,eun --- packaging/version.txt | 4 ++-- src/Tizen.NUI/src/internal/VersionCheck.cs | 4 ++-- src/Tizen.NUI/src/public/Animation.cs | 1 - 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/packaging/version.txt b/packaging/version.txt index 265fc62..dc23173 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=nui76 +RPM_VERSION_SUFFIX=nui77 # Native Dependencies -DALI_VERSION=1.2.76 +DALI_VERSION=1.2.77 diff --git a/src/Tizen.NUI/src/internal/VersionCheck.cs b/src/Tizen.NUI/src/internal/VersionCheck.cs index 8a21bef..2f5a67a 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 = 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 = ""; diff --git a/src/Tizen.NUI/src/public/Animation.cs b/src/Tizen.NUI/src/public/Animation.cs index aef2822..f42b199 100755 --- a/src/Tizen.NUI/src/public/Animation.cs +++ b/src/Tizen.NUI/src/public/Animation.cs @@ -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"); } -- 2.7.4