DALi Version 2.3.33 83/314783/1 dali_2.3.33
authorAdam Bialogonski <adam.b@samsung.com>
Fri, 19 Jul 2024 06:54:33 +0000 (07:54 +0100)
committerAdam Bialogonski <adam.b@samsung.com>
Fri, 19 Jul 2024 06:54:33 +0000 (07:54 +0100)
Change-Id: I046e5c48245723b3390e0425a214edbd79537e1c

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

index 2946e0a..ed4f351 100644 (file)
@@ -27,7 +27,7 @@ namespace Dali
 {
 const unsigned int ADAPTOR_MAJOR_VERSION = 2;
 const unsigned int ADAPTOR_MINOR_VERSION = 3;
-const unsigned int ADAPTOR_MICRO_VERSION = 32;
+const unsigned int ADAPTOR_MICRO_VERSION = 33;
 const char* const  ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 8e3281a..3d8dda6 100644 (file)
@@ -17,7 +17,7 @@
 
 Name:       dali2-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    2.3.32
+Version:    2.3.33
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT