DALi Version 1.4.26 90/208790/1 dali_1.4.26
authorgreynaga <g.reynaga@samsung.com>
Fri, 28 Jun 2019 10:42:33 +0000 (11:42 +0100)
committergreynaga <g.reynaga@samsung.com>
Fri, 28 Jun 2019 10:42:33 +0000 (11:42 +0100)
Change-Id: Ib63d4d99785208866b17f1770c896f2ba6046b4a

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

index 4afbdb0..05fea4c 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 = 25;
+const unsigned int ADAPTOR_MICRO_VERSION = 26;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 465c29f..5ba8bb3 100644 (file)
@@ -17,7 +17,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.4.25
+Version:    1.4.26
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT