Revert "[Tizen] nui 0.2.44 version change"
authordongsug.song <dongsug.song@samsung.com>
Wed, 5 Jul 2017 04:49:06 +0000 (13:49 +0900)
committerdongsug.song <dongsug.song@samsung.com>
Wed, 5 Jul 2017 04:49:10 +0000 (13:49 +0900)
This reverts commit 048cf9dd7f7f0293c3609a36c1c3768b5bc49fb8.

Change-Id: Ie46c2918b8f85674f46da388c58a5ddf0c618dc8

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

index 7641fde..35bc5a2 100755 (executable)
@@ -1,6 +1,6 @@
 Name:       csapi-nui
 Summary:    dali-NUI
-Version:    0.2.44
+Version:    0.2.41
 Release:    1
 Group:      Development/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT
index a74e8ca..aa92fed 100755 (executable)
@@ -1,7 +1,7 @@
 <Project Sdk="Microsoft.NET.Sdk">
 
   <PropertyGroup>
-    <Version>0.2.44</Version>
+    <Version>0.2.42</Version>
     <Authors>Samsung Electronics</Authors>
     <Copyright>© Samsung Electronics Co., Ltd All Rights Reserved</Copyright>
     <Description>
index 48dd3a9..aac9d6a 100755 (executable)
@@ -19,10 +19,10 @@ namespace Tizen.NUI
     {
         public const int ver1 = 1;
         public const int ver2 = 2;
-        public const int ver3 = 44;
+        public const int ver3 = 41;
         public const int nuiVer1 = 0;
         public const int nuiVer2 = 2;
-        public const int nuiVer3 = 44;
+        public const int nuiVer3 = 41;
         public const string nuiRelease = "";
     }