From 3d2e704343dc37dc57937f18e65421757fc65e20 Mon Sep 17 00:00:00 2001 From: "dongsug.song" Date: Wed, 21 Jun 2017 17:00:09 +0900 Subject: [PATCH] [Tizen] nui 0.2.44 version change Change-Id: I300bafbd41a7f0b4fb07ba22daf2cbbc4624e1a0 Signed-off-by: dongsug.song --- packaging/csapi-nui.spec | 2 +- src/Tizen.NUI/Tizen.NUI.csproj | 2 +- src/Tizen.NUI/src/internal/Application.cs | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packaging/csapi-nui.spec b/packaging/csapi-nui.spec index 35bc5a2..7641fde 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.44 Release: 1 Group: Development/Libraries License: Apache-2.0 and BSD-3-Clause and MIT diff --git a/src/Tizen.NUI/Tizen.NUI.csproj b/src/Tizen.NUI/Tizen.NUI.csproj index aa92fed..a74e8ca 100755 --- a/src/Tizen.NUI/Tizen.NUI.csproj +++ b/src/Tizen.NUI/Tizen.NUI.csproj @@ -1,7 +1,7 @@  - 0.2.42 + 0.2.44 Samsung Electronics © Samsung Electronics Co., Ltd All Rights Reserved diff --git a/src/Tizen.NUI/src/internal/Application.cs b/src/Tizen.NUI/src/internal/Application.cs index aac9d6a..48dd3a9 100755 --- a/src/Tizen.NUI/src/internal/Application.cs +++ b/src/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 = 44; public const int nuiVer1 = 0; public const int nuiVer2 = 2; - public const int nuiVer3 = 41; + public const int nuiVer3 = 44; public const string nuiRelease = ""; } -- 2.7.4