DALi Version 1.9.36 30/246530/1 dali_1.9.36
authorDavid Steele <david.steele@samsung.com>
Fri, 30 Oct 2020 14:33:31 +0000 (14:33 +0000)
committerDavid Steele <david.steele@samsung.com>
Fri, 30 Oct 2020 14:33:31 +0000 (14:33 +0000)
Change-Id: I70b0e6460b7dc207f23266cc5d3ff6d51e29552a

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

index ea39b21..70e0c84 100644 (file)
@@ -27,7 +27,7 @@ namespace Dali
 {
 const unsigned int ADAPTOR_MAJOR_VERSION = 1;
 const unsigned int ADAPTOR_MINOR_VERSION = 9;
-const unsigned int ADAPTOR_MICRO_VERSION = 35;
+const unsigned int ADAPTOR_MICRO_VERSION = 36;
 const char* const  ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index d435c1b..13f8e71 100644 (file)
@@ -17,7 +17,7 @@
 
 Name:       dali2-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.9.35
+Version:    1.9.36
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT