DALi Version 1.9.34 37/245837/1 dali_1.9.34
authorRichard Huang <r.huang@samsung.com>
Fri, 16 Oct 2020 10:31:11 +0000 (11:31 +0100)
committerRichard Huang <r.huang@samsung.com>
Fri, 16 Oct 2020 10:31:11 +0000 (11:31 +0100)
Change-Id: Ic34b5854f2398178c88f66263ebffd725b0563b0

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

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