Revert "[Tizen] nui 0.2.42 release"
authordongsug.song <dongsug.song@samsung.com>
Tue, 13 Jun 2017 07:41:27 +0000 (16:41 +0900)
committerdongsug.song <dongsug.song@samsung.com>
Tue, 13 Jun 2017 07:41:34 +0000 (16:41 +0900)
This reverts commit 09ee49f8aca45d457295661c0dfa5518c664dd16.

Change-Id: I09dc062ad1f52c4906899b7e31c2469e6bb1a829

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

index bf260ff905b61815a43ca4a8ca159a09ba32173b..b1d3646b810a4f0843e2fe07d4aa174d3a66cbee 100755 (executable)
@@ -1,6 +1,6 @@
 Name:       csapi-nui
 Summary:    dali-NUI
-Version:    0.2.42
+Version:    0.2.41
 Release:    1
 Group:      Development/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT
index 85f02418f24b506215ecb32eda787338e6fe653e..1826c5fadba62583e2732facb480f6439838a83f 100755 (executable)
@@ -19,10 +19,10 @@ namespace Tizen.NUI
     {
         public const int ver1 = 1;
         public const int ver2 = 2;
-        public const int ver3 = 42;
+        public const int ver3 = 41;
         public const int nuiVer1 = 0;
         public const int nuiVer2 = 2;
-        public const int nuiVer3 = 42;
+        public const int nuiVer3 = 41;
         public const string nuiRelease = "";
     }