DALi Version 1.5.15 48/235648/1 dali_1.5.15
authorJoogab Yun <joogab.yun@samsung.com>
Mon, 8 Jun 2020 10:10:06 +0000 (19:10 +0900)
committerJoogab Yun <joogab.yun@samsung.com>
Mon, 8 Jun 2020 10:10:06 +0000 (19:10 +0900)
Change-Id: I3b8b0f9bb1d4d3ff852a88d552e9f030f7f845ab

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

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