DALi Version 1.5.19 59/238159/1 dali_1.5.19
authorSeungho, Baek <sbsh.baek@samsung.com>
Thu, 9 Jul 2020 04:15:51 +0000 (13:15 +0900)
committerSeungho, Baek <sbsh.baek@samsung.com>
Thu, 9 Jul 2020 04:15:51 +0000 (13:15 +0900)
Change-Id: I465894ff1e72e89806fcdb023f998c45fc65ca3b
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
dali/public-api/dali-adaptor-version.cpp
packaging/dali-adaptor.spec

index b829bda..1b06d91 100644 (file)
@@ -28,7 +28,7 @@ namespace Dali
 
 const unsigned int ADAPTOR_MAJOR_VERSION = 1;
 const unsigned int ADAPTOR_MINOR_VERSION = 5;
-const unsigned int ADAPTOR_MICRO_VERSION = 18;
+const unsigned int ADAPTOR_MICRO_VERSION = 19;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index fc08e75..6d0908f 100644 (file)
@@ -17,7 +17,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.5.18
+Version:    1.5.19
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT