DALi Version 2.2.26 58/292758/1 dali_2.2.26
authorRichard Huang <r.huang@samsung.com>
Fri, 12 May 2023 09:47:33 +0000 (10:47 +0100)
committerRichard Huang <r.huang@samsung.com>
Fri, 12 May 2023 09:47:33 +0000 (10:47 +0100)
Change-Id: Ic6839a0e903864c58cc8a9489f8533304a997652

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

index c18fbb8..0edddaf 100644 (file)
@@ -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 = 25;
+const uint32_t    CORE_MICRO_VERSION = 26;
 const char* const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 889a7af..1e71648 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali2
 Summary:    DALi 3D Engine
-Version:    2.2.25
+Version:    2.2.26
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT