DALi Version 2.0.11 84/252584/1 dali_2.0.11
authorDavid Steele <david.steele@samsung.com>
Fri, 29 Jan 2021 12:53:33 +0000 (12:53 +0000)
committerDavid Steele <david.steele@samsung.com>
Fri, 29 Jan 2021 12:53:33 +0000 (12:53 +0000)
Change-Id: If7397ee784e56d3dd799affd76df1e5f7b1d5e21

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

index 764e5c4..774b3ef 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 = 10;
+const unsigned int ADAPTOR_MICRO_VERSION = 11;
 const char* const  ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index ec25164..68e8a93 100644 (file)
@@ -17,7 +17,7 @@
 
 Name:       dali2-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    2.0.10
+Version:    2.0.11
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT