From b428423e3517e07973f9aa547f580ef2e74a670f Mon Sep 17 00:00:00 2001 From: "dongsug.song" Date: Wed, 7 Jun 2017 21:11:49 +0900 Subject: [PATCH] [Tizen] nui 0.2.42 release Change-Id: I606349f8e677ada89142480547aec646e50b776b Signed-off-by: dongsug.song --- packaging/csapi-nui.spec | 2 +- src/Tizen.NUI/src/internal/Application.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packaging/csapi-nui.spec b/packaging/csapi-nui.spec index b1d3646b8..bf260ff90 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.42 Release: 1 Group: Development/Libraries License: Apache-2.0 and BSD-3-Clause and MIT diff --git a/src/Tizen.NUI/src/internal/Application.cs b/src/Tizen.NUI/src/internal/Application.cs index 1826c5fad..85f02418f 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 = 42; public const int nuiVer1 = 0; public const int nuiVer2 = 2; - public const int nuiVer3 = 41; + public const int nuiVer3 = 42; public const string nuiRelease = ""; } -- 2.34.1