DALi Version 1.5.14 94/235094/1 dali_1.5.14
authorWonsik Jung <sidein@samsung.com>
Tue, 2 Jun 2020 06:21:21 +0000 (15:21 +0900)
committerWonsik Jung <sidein@samsung.com>
Tue, 2 Jun 2020 06:21:21 +0000 (15:21 +0900)
Change-Id: I2a694e23d32a43a58eba993458e54670a3373302

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

index 5a65498..28b3ebd 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 = 13;
+const unsigned int ADAPTOR_MICRO_VERSION = 14;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index c5a2b63..acc28db 100644 (file)
@@ -17,7 +17,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.5.13
+Version:    1.5.14
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT