DALi Version 1.3.28 36/181136/1 dali_1.3.28
authorGyörgy Straub <g.straub@partner.samsung.com>
Fri, 8 Jun 2018 10:49:42 +0000 (11:49 +0100)
committerGyörgy Straub <g.straub@partner.samsung.com>
Fri, 8 Jun 2018 10:49:42 +0000 (11:49 +0100)
Change-Id: I09ed27789e588ef985910132bd85acc1c9fec121

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

index d2d5cdd..b8c5784 100644 (file)
@@ -28,7 +28,7 @@ namespace Dali
 
 const unsigned int ADAPTOR_MAJOR_VERSION = 1;
 const unsigned int ADAPTOR_MINOR_VERSION = 3;
-const unsigned int ADAPTOR_MICRO_VERSION = 27;
+const unsigned int ADAPTOR_MICRO_VERSION = 28;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index fde16d3..eb9d796 100644 (file)
@@ -19,7 +19,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.3.27
+Version:    1.3.28
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT