Revert "[Tizen] nui 0.2.41 release"
authordongsug.song <dongsug.song@samsung.com>
Wed, 5 Jul 2017 04:53:56 +0000 (13:53 +0900)
committerdongsug.song <dongsug.song@samsung.com>
Wed, 5 Jul 2017 04:54:00 +0000 (13:54 +0900)
This reverts commit ab9e540a7484cc2a593850569705426d851e70d5.

Change-Id: I93cc33f7b3c0a035f8b90a1c0f4b60fbfedcfedf

NUISamples/NUISamples/NUISamples.TizenTV/examples/gc-test.cs
NUISamples/NUISamples/NUISamples.TizenTV/examples/ttsplayer-test.cs
NUISamples/NUISamples/NUISamples.TizenTV/examples/visual-view-test.cs [changed mode: 0755->0644]
packaging/csapi-nui.spec
src/Tizen.NUI/Properties/AssemblyInfo.cs
src/Tizen.NUI/src/internal/Application.cs

index 778e34a..a2e21d8 100755 (executable)
@@ -240,7 +240,7 @@ namespace TizenVDUIApplication19
             //This function is called when the app exit normally.
             base.OnTerminate();
         }
-/*
+
         protected override void OnLowMemory(LowMemoryEventArgs e)
         {
             //This function is called when the system is low on memory.
@@ -252,7 +252,7 @@ namespace TizenVDUIApplication19
             //This function is called when the language is changed.
             base.OnLocaleChanged(e);
         }
-*/
+
         private static void _Main(string[] args)
         {
             //Create an Application
index e0807ce..ba4f0ef 100755 (executable)
@@ -50,12 +50,12 @@ namespace TTSPlayerTest
 
             ttsPlayer.StateChanged += (s, e) =>
             {
-                Tizen.Log.Debug("NUI", "TTS state changed!!!");
+                Tizen.Log.Debug("TTS state changed!!!");
             };
             ttsPlayer.Pause();
             ttsPlayer.Resume();
             ttsPlayer.Stop();
-            Tizen.Log.Debug("NUI", "TTS state: " + ttsPlayer.GetState());
+            Tizen.Log.Debug("TTS state: " + ttsPlayer.GetState());
         }
 
         [STAThread]
index b1d3646..fdd56f9 100755 (executable)
@@ -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
index f8c7f4f..e55d1f6 100755 (executable)
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
 // You can specify all the values or you can default the Build and Revision Numbers\r
 // by using the '*' as shown below:\r
 // [assembly: AssemblyVersion("1.0.*")]\r
-[assembly: AssemblyVersion("0.2.41.0531")]\r
-[assembly: AssemblyFileVersion("0.2.41.0531")]\r
+[assembly: AssemblyVersion("0.2.39.0519")]\r
+[assembly: AssemblyFileVersion("0.2.39.0519")]\r
index 1509e70..a1ab80a 100755 (executable)
@@ -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 = "";
     }