DALi Version 1.4.29 69/210469/1 dali_1.4.29
authorVictor Cebollada <v.cebollada@samsung.com>
Fri, 19 Jul 2019 08:51:35 +0000 (09:51 +0100)
committerVictor Cebollada <v.cebollada@samsung.com>
Fri, 19 Jul 2019 08:51:35 +0000 (09:51 +0100)
Change-Id: I36017c697557853a1d7239045f9973be72fa21b6

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

index d14a81a..5da4081 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 = 28;
+const unsigned int ADAPTOR_MICRO_VERSION = 29;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 036d6be..0c73003 100644 (file)
@@ -17,7 +17,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.4.28
+Version:    1.4.29
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT