DALi Version 1.4.17 10/204810/1 dali_1.4.17
authorgreynaga <g.reynaga@samsung.com>
Fri, 26 Apr 2019 12:51:57 +0000 (13:51 +0100)
committergreynaga <g.reynaga@samsung.com>
Fri, 26 Apr 2019 12:51:57 +0000 (13:51 +0100)
Change-Id: I5a9c1ce160bcea231247c4e9579c02d572e2fa35

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

index 76e8cb2..1b76010 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 = 16;
+const uint32_t CORE_MICRO_VERSION = 17;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 244a9d5..91e3092 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    DALi 3D Engine
-Version:    1.4.16
+Version:    1.4.17
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT