From 299a66a0502db6398a41d21fe0dce5d439067f61 Mon Sep 17 00:00:00 2001 From: Adeel Kazmi Date: Fri, 13 Jan 2023 09:55:55 +0000 Subject: [PATCH] DALi Version 2.2.9 Change-Id: I26fdccbff49e99f2ea8bf4839407db436a7afc2d --- dali/public-api/dali-core-version.cpp | 4 ++-- packaging/dali.spec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dali/public-api/dali-core-version.cpp b/dali/public-api/dali-core-version.cpp index 0adf42e..53c4e01 100644 --- a/dali/public-api/dali-core-version.cpp +++ b/dali/public-api/dali-core-version.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Samsung Electronics Co., Ltd. + * Copyright (c) 2023 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -27,7 +27,7 @@ namespace Dali { const uint32_t CORE_MAJOR_VERSION = 2; const uint32_t CORE_MINOR_VERSION = 2; -const uint32_t CORE_MICRO_VERSION = 8; +const uint32_t CORE_MICRO_VERSION = 9; const char* const CORE_BUILD_DATE = __DATE__ " " __TIME__; #ifdef DEBUG_ENABLED diff --git a/packaging/dali.spec b/packaging/dali.spec index 6a7f0de..251d3a8 100644 --- a/packaging/dali.spec +++ b/packaging/dali.spec @@ -1,6 +1,6 @@ Name: dali2 Summary: DALi 3D Engine -Version: 2.2.8 +Version: 2.2.9 Release: 1 Group: System/Libraries License: Apache-2.0 and BSD-3-Clause and MIT -- 2.7.4