From 8123e7985a8da32eab38c42cd2107b6e4da312c6 Mon Sep 17 00:00:00 2001 From: "dongsug.song" Date: Wed, 14 Jun 2017 20:46:22 +0900 Subject: [PATCH] [Tizen] nui 0.2.43 release Change-Id: I815ed08654bb503b56ded6b1cf02761610ce44ba Signed-off-by: dongsug.song --- Tizen.NUI/Tizen.NUI.csproj | 2 +- Tizen.NUI/src/internal/Application.cs | 4 ++-- packaging/csapi-nui.spec | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Tizen.NUI/Tizen.NUI.csproj b/Tizen.NUI/Tizen.NUI.csproj index 0fe8b84..d642c46 100755 --- a/Tizen.NUI/Tizen.NUI.csproj +++ b/Tizen.NUI/Tizen.NUI.csproj @@ -1,7 +1,7 @@  - 0.2.42 + 0.2.43 Samsung Electronics © Samsung Electronics Co., Ltd All Rights Reserved diff --git a/Tizen.NUI/src/internal/Application.cs b/Tizen.NUI/src/internal/Application.cs index 1826c5f..1156a1b 100755 --- a/Tizen.NUI/src/internal/Application.cs +++ b/Tizen.NUI/src/internal/Application.cs @@ -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 = ""; } diff --git a/packaging/csapi-nui.spec b/packaging/csapi-nui.spec index 35bc5a2..ff75a92 100755 --- a/packaging/csapi-nui.spec +++ b/packaging/csapi-nui.spec @@ -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 -- 2.7.4