DALi Version 2.0.13 97/253497/1 dali_2.0.13
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 12 Feb 2021 09:54:38 +0000 (09:54 +0000)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 12 Feb 2021 09:54:38 +0000 (09:54 +0000)
Change-Id: Ie34e0228acdab92f062aeeb3515b75c92b67e38f

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

index 956b322..7286569 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 = 12;
+const unsigned int ADAPTOR_MICRO_VERSION = 13;
 const char* const  ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index f5cd49f..273e8ad 100644 (file)
@@ -17,7 +17,7 @@
 
 Name:       dali2-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    2.0.12
+Version:    2.0.13
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT