DALi Version 1.4.3 74/198074/1 dali_1.4.3
authorVictor Cebollada <v.cebollada@samsung.com>
Fri, 18 Jan 2019 10:44:02 +0000 (10:44 +0000)
committerVictor Cebollada <v.cebollada@samsung.com>
Fri, 18 Jan 2019 10:44:02 +0000 (10:44 +0000)
Change-Id: I73afbb7857c50fff11a87cfdfd8784fab85cbc3f

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

index fd5cbbb..17328fc 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 = 2;
+const uint32_t CORE_MICRO_VERSION = 3;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index ca005ac..2163104 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    DALi 3D Engine
-Version:    1.4.2
+Version:    1.4.3
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT