DALi Version 1.5.17 12/236812/1 dali_1.5.17
authorSunghyun Kim <scholb.kim@samsung.com>
Mon, 22 Jun 2020 08:33:09 +0000 (17:33 +0900)
committerSunghyun Kim <scholb.kim@samsung.com>
Mon, 22 Jun 2020 08:33:09 +0000 (17:33 +0900)
Change-Id: Ided273236003f8c233c282275d26259bfce35d8c

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

index e5ef10f..0fce620 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 = 16;
+const unsigned int ADAPTOR_MICRO_VERSION = 17;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 706b1fd..6523580 100644 (file)
@@ -17,7 +17,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.5.16
+Version:    1.5.17
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT