DALi Version 1.4.55 91/223191/1 dali_1.4.55
authorVictor Cebollada <v.cebollada@samsung.com>
Fri, 24 Jan 2020 13:49:17 +0000 (13:49 +0000)
committerVictor Cebollada <v.cebollada@samsung.com>
Fri, 24 Jan 2020 13:49:17 +0000 (13:49 +0000)
Change-Id: I69a4feffa3fc58bb37d50934979e8d8526e7e4c0

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

index 7a152d2..cfb03df 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 = 54;
+const uint32_t CORE_MICRO_VERSION = 55;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 0fe3e66..49cfcef 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    DALi 3D Engine
-Version:    1.4.54
+Version:    1.4.55
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT