From f0629bbe46799840f4b64e47576c0c2c5b56e7fd Mon Sep 17 00:00:00 2001 From: "dongsug.song" Date: Wed, 5 Jul 2017 13:53:56 +0900 Subject: [PATCH] Revert "[Tizen] nui 0.2.41 release" This reverts commit ab9e540a7484cc2a593850569705426d851e70d5. Change-Id: I93cc33f7b3c0a035f8b90a1c0f4b60fbfedcfedf --- packaging/csapi-nui.spec | 2 +- src/Tizen.NUI/Properties/AssemblyInfo.cs | 4 ++-- src/Tizen.NUI/src/internal/Application.cs | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packaging/csapi-nui.spec b/packaging/csapi-nui.spec index b1d3646..fdd56f9 100755 --- a/packaging/csapi-nui.spec +++ b/packaging/csapi-nui.spec @@ -1,6 +1,6 @@ Name: csapi-nui Summary: dali-NUI -Version: 0.2.41 +Version: 0.2.39 Release: 1 Group: Development/Libraries License: Apache-2.0 and BSD-3-Clause and MIT diff --git a/src/Tizen.NUI/Properties/AssemblyInfo.cs b/src/Tizen.NUI/Properties/AssemblyInfo.cs index f8c7f4f..e55d1f6 100755 --- a/src/Tizen.NUI/Properties/AssemblyInfo.cs +++ b/src/Tizen.NUI/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.2.41.0531")] -[assembly: AssemblyFileVersion("0.2.41.0531")] +[assembly: AssemblyVersion("0.2.39.0519")] +[assembly: AssemblyFileVersion("0.2.39.0519")] diff --git a/src/Tizen.NUI/src/internal/Application.cs b/src/Tizen.NUI/src/internal/Application.cs index 1509e70..a1ab80a 100755 --- a/src/Tizen.NUI/src/internal/Application.cs +++ b/src/Tizen.NUI/src/internal/Application.cs @@ -19,10 +19,10 @@ namespace Tizen.NUI { public const int ver1 = 1; public const int ver2 = 2; - public const int ver3 = 41; + public const int ver3 = 39; public const int nuiVer1 = 0; public const int nuiVer2 = 2; - public const int nuiVer3 = 41; + public const int nuiVer3 = 39; public const string nuiRelease = ""; } -- 2.7.4