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

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

index 5b218a1..2ff48a3 100644 (file)
@@ -28,7 +28,7 @@ namespace Dali
 
 const uint32_t CORE_MAJOR_VERSION = 1;
 const uint32_t CORE_MINOR_VERSION = 4;
-const uint32_t CORE_MICRO_VERSION = 25;
+const uint32_t CORE_MICRO_VERSION = 26;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 622707a..95b55ae 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    DALi 3D Engine
-Version:    1.4.25
+Version:    1.4.26
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT