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

packaging/csapi-nui.spec
src/Tizen.NUI/Properties/AssemblyInfo.cs
src/Tizen.NUI/src/internal/Application.cs

index b1d3646b810a4f0843e2fe07d4aa174d3a66cbee..fdd56f9c8bb97ab3819dc8e300326c37aa8c25f9 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 f8c7f4fe3102ce617a6def541b5873774d9394c8..e55d1f6d0a4aea5ee8396675dd8ddca435098894 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 1509e7062d9c30bcf1363a1964b9f1bc9dd9076d..a1ab80ae7882a04ee5a9927478463ed2b8074695 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 = "";
     }