[Tizen] nui 0.2.43 release
authordongsug.song <dongsug.song@samsung.com>
Wed, 14 Jun 2017 11:46:22 +0000 (20:46 +0900)
committerdongsug.song <dongsug.song@samsung.com>
Wed, 14 Jun 2017 11:48:47 +0000 (20:48 +0900)
Change-Id: I815ed08654bb503b56ded6b1cf02761610ce44ba
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
packaging/csapi-nui.spec
src/Tizen.NUI/Tizen.NUI.csproj
src/Tizen.NUI/src/internal/Application.cs

index 35bc5a2..ff75a92 100755 (executable)
@@ -1,6 +1,6 @@
 Name:       csapi-nui
 Summary:    dali-NUI
-Version:    0.2.41
+Version:    0.2.43
 Release:    1
 Group:      Development/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT
index 0fe8b84..d642c46 100755 (executable)
@@ -1,7 +1,7 @@
 <Project Sdk="Microsoft.NET.Sdk">
 
   <PropertyGroup>
-    <Version>0.2.42</Version>
+    <Version>0.2.43</Version>
     <Authors>Samsung Electronics</Authors>
     <Copyright>© Samsung Electronics Co., Ltd All Rights Reserved</Copyright>
     <Description>
index 1826c5f..1156a1b 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 = 43;
         public const int nuiVer1 = 0;
         public const int nuiVer2 = 2;
-        public const int nuiVer3 = 41;
+        public const int nuiVer3 = 43;
         public const string nuiRelease = "";
     }