DALi Version 1.9.11 82/232782/1 dali_1.9.11
authorRichard Huang <r.huang@samsung.com>
Thu, 7 May 2020 11:16:13 +0000 (12:16 +0100)
committerRichard Huang <r.huang@samsung.com>
Thu, 7 May 2020 11:16:13 +0000 (12:16 +0100)
Change-Id: I08ab0dfeb0601d6cf9a7b2a80be5eb2f0826b01d

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

index be1f621..a5b9d79 100644 (file)
@@ -28,7 +28,7 @@ namespace Dali
 
 const unsigned int ADAPTOR_MAJOR_VERSION = 1;
 const unsigned int ADAPTOR_MINOR_VERSION = 9;
-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 2b7c39d..176525f 100644 (file)
@@ -17,7 +17,7 @@
 
 Name:       dali2-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.9.10
+Version:    1.9.11
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT