DALi Version 2.0.53 76/266776/1 dali_2.0.53
authorRichard <r.huang@samsung.com>
Thu, 18 Nov 2021 11:59:57 +0000 (11:59 +0000)
committerRichard <r.huang@samsung.com>
Thu, 18 Nov 2021 11:59:57 +0000 (11:59 +0000)
Change-Id: I710b9afe73a24e72e22c73bb9ea84c3e5e0be1a5

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

index d0a3add..e4c8801 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 = 52;
+const unsigned int ADAPTOR_MICRO_VERSION = 53;
 const char* const  ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index a27af87..6e6a8c5 100644 (file)
@@ -17,7 +17,7 @@
 
 Name:       dali2-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    2.0.52
+Version:    2.0.53
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT