DALi Version 2.0.44 33/264433/1 dali_2.0.44
authorRichard Huang <r.huang@samsung.com>
Fri, 17 Sep 2021 10:42:18 +0000 (11:42 +0100)
committerRichard Huang <r.huang@samsung.com>
Fri, 17 Sep 2021 10:42:18 +0000 (11:42 +0100)
Change-Id: I822ff2104b939932a5a24fdfccf841d23583141b

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

index c351a4b..61bf391 100644 (file)
@@ -27,7 +27,7 @@ namespace Dali
 {
 const unsigned int ADAPTOR_MAJOR_VERSION = 2;
 const unsigned int ADAPTOR_MINOR_VERSION = 0;
-const unsigned int ADAPTOR_MICRO_VERSION = 43;
+const unsigned int ADAPTOR_MICRO_VERSION = 44;
 const char* const  ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 9d19a2d..deb7add 100644 (file)
@@ -17,7 +17,7 @@
 
 Name:       dali2-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    2.0.43
+Version:    2.0.44
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT