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

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

index 6e4b1ec..511ad2f 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.
@@ -29,7 +29,7 @@ namespace Toolkit
 {
 const unsigned int TOOLKIT_MAJOR_VERSION = 2;
 const unsigned int TOOLKIT_MINOR_VERSION = 3;
-const unsigned int TOOLKIT_MICRO_VERSION = 9;
+const unsigned int TOOLKIT_MICRO_VERSION = 10;
 const char* const  TOOLKIT_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index d7276c1..1312708 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali2-toolkit
 Summary:    Dali 3D engine Toolkit
-Version:    2.3.9
+Version:    2.3.10
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT