DALi Version 1.9.21 11/238811/1 dali_1.9.21
authoradam.b <adam.b@samsung.com>
Fri, 17 Jul 2020 12:12:02 +0000 (13:12 +0100)
committeradam.b <adam.b@samsung.com>
Fri, 17 Jul 2020 12:12:02 +0000 (13:12 +0100)
Change-Id: Ifb57396b3b47486336cf9bee18b7815aeadc9208

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

index 52e586f..0a8cd11 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 = 20;
+const unsigned int ADAPTOR_MICRO_VERSION = 21;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 2b4c7d9..886a037 100644 (file)
@@ -17,7 +17,7 @@
 
 Name:       dali2-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.9.20
+Version:    1.9.21
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT