DALi Version 1.4.27 73/209373/1 dali_1.4.27
authorGyörgy Straub <g.straub@partner.samsung.com>
Fri, 5 Jul 2019 07:55:51 +0000 (08:55 +0100)
committerGyörgy Straub <g.straub@partner.samsung.com>
Fri, 5 Jul 2019 07:55:51 +0000 (08:55 +0100)
Change-Id: I1fcd2d722d4c9388c2dd249df96f35a2ecc34ee5

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

index 05fea4c..db393bc 100644 (file)
@@ -28,7 +28,7 @@ namespace Dali
 
 const unsigned int ADAPTOR_MAJOR_VERSION = 1;
 const unsigned int ADAPTOR_MINOR_VERSION = 4;
-const unsigned int ADAPTOR_MICRO_VERSION = 26;
+const unsigned int ADAPTOR_MICRO_VERSION = 27;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 5ba8bb3..a782e95 100644 (file)
@@ -17,7 +17,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.4.26
+Version:    1.4.27
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT