DALi Version 1.5.5 31/229431/1 dali_1.5.5
authorSeungho, Baek <sbsh.baek@samsung.com>
Wed, 1 Apr 2020 05:21:42 +0000 (14:21 +0900)
committerSeungho, Baek <sbsh.baek@samsung.com>
Wed, 1 Apr 2020 05:22:10 +0000 (14:22 +0900)
Change-Id: I6c3a5c9ba81c878bf4909a54c78a58dc63ef572e
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
dali/public-api/dali-adaptor-version.cpp
packaging/dali-adaptor.spec

index 41ada44..9f5c46b 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 = 4;
+const unsigned int ADAPTOR_MICRO_VERSION = 5;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 724afa5..657db82 100644 (file)
@@ -17,7 +17,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.5.4
+Version:    1.5.5
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT