DALi Version 2.3.10 42/305842/1 dali_2.3.10
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 9 Feb 2024 10:11:30 +0000 (10:11 +0000)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 9 Feb 2024 10:11:30 +0000 (10:11 +0000)
Change-Id: I60227547556b391ef337ea6a2688c11e2663c311

dali/public-api/dali-core-version.cpp
packaging/dali.spec

index 8c956e7..ef5b3c4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2023 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2024 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 = 3;
-const uint32_t    CORE_MICRO_VERSION = 9;
+const uint32_t    CORE_MICRO_VERSION = 10;
 const char* const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 1c59f43..f7fd670 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali2
 Summary:    DALi 3D Engine
-Version:    2.3.9
+Version:    2.3.10
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT