Revert "[Tizen] nui 0.2.41 release" 89/135089/1
authordongsug.song <dongsug.song@samsung.com>
Wed, 21 Jun 2017 01:43:42 +0000 (10:43 +0900)
committerdongsug.song <dongsug.song@samsung.com>
Wed, 21 Jun 2017 01:43:45 +0000 (10:43 +0900)
This reverts commit bb81f71a0e79d43349ac54dc32a5743204d52907.

Change-Id: Iaab3f7fcfa0da0bba9900e58c0c8e45bb042e9ab

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]
Tizen.NUI/Properties/AssemblyInfo.cs
Tizen.NUI/src/internal/Application.cs
packaging/csapi-nui.spec

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 d5cf65a..dfdb90d 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 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 1826c5f..422857d 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 = "";
     }
 
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