DALi Version 2.3.49 63/320163/1 devel/master dali_2.3.49
authorRichard Huang <r.huang@samsung.com>
Fri, 8 Nov 2024 10:27:09 +0000 (10:27 +0000)
committerRichard Huang <r.huang@samsung.com>
Fri, 8 Nov 2024 10:27:09 +0000 (10:27 +0000)
Change-Id: Ic7802432284d54c5775c5a6e1486a81a60296695

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

index e1b23c4..ab34570 100644 (file)
@@ -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 = 48;
+const uint32_t    CORE_MICRO_VERSION = 49;
 const char* const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 674597a..19ce1a7 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali2
 Summary:    DALi 3D Engine
-Version:    2.3.48
+Version:    2.3.49
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT