DALi Version 1.9.33 64/245464/1 dali_1.9.33
authorGyörgy Straub <g.straub@partner.samsung.com>
Fri, 9 Oct 2020 13:05:56 +0000 (14:05 +0100)
committerGyörgy Straub <g.straub@partner.samsung.com>
Fri, 9 Oct 2020 13:05:56 +0000 (14:05 +0100)
Change-Id: I087cde0d2455554f2c897682fc267c85c5bcf1af

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

index 99d67d7..4474e58 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 = 32;
+const unsigned int ADAPTOR_MICRO_VERSION = 33;
 const char* const  ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index c3ca400..fb0bf7b 100644 (file)
@@ -17,7 +17,7 @@
 
 Name:       dali2-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.9.32
+Version:    1.9.33
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT