DALi Version 1.5.4 dali_1.5.4
authorneostom432 <minho.sun@samsung.com>
Mon, 23 Mar 2020 09:06:24 +0000 (18:06 +0900)
committerneostom432 <minho.sun@samsung.com>
Mon, 23 Mar 2020 09:06:24 +0000 (18:06 +0900)
dali/public-api/dali-adaptor-version.cpp
packaging/dali-adaptor.spec

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