DALi Version 1.5.1 34/226234/1 dali_1.5.1
authorHeeyong Song <heeyong.song@samsung.com>
Fri, 28 Feb 2020 05:55:24 +0000 (14:55 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Fri, 28 Feb 2020 06:05:51 +0000 (15:05 +0900)
Change-Id: I03e317274221416cffc1441c08a34283cfa57f42

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

index ac3ba67..97d36f0 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 = 0;
+const unsigned int ADAPTOR_MICRO_VERSION = 1;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index e8acd9d..dba7d87 100644 (file)
@@ -17,7 +17,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.5.0
+Version:    1.5.1
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT