From: dongsug.song Date: Wed, 21 Jun 2017 01:43:42 +0000 (+0900) Subject: Revert "[Tizen] nui 0.2.41 release" X-Git-Tag: submit/trunk/20170823.075128~91^2~139 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ec827cb74956da09a36722ab49f1e41be47ba22e;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git Revert "[Tizen] nui 0.2.41 release" This reverts commit bb81f71a0e79d43349ac54dc32a5743204d52907. Change-Id: Iaab3f7fcfa0da0bba9900e58c0c8e45bb042e9ab --- 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 1826c5f..422857d 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 = ""; }