DALi Version 1.3.47 86/191986/1 dali_1.3.47
authorgreynaga <g.reynaga@samsung.com>
Fri, 26 Oct 2018 11:23:37 +0000 (12:23 +0100)
committergreynaga <g.reynaga@samsung.com>
Fri, 26 Oct 2018 11:23:37 +0000 (12:23 +0100)
Change-Id: Ia1030f35d70c8fe6104c7b4f740c93851d637d20

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

index 6e7c58f..a12808e 100644 (file)
@@ -28,7 +28,7 @@ namespace Dali
 
 const uint32_t CORE_MAJOR_VERSION = 1;
 const uint32_t CORE_MINOR_VERSION = 3;
-const uint32_t CORE_MICRO_VERSION = 46;
+const uint32_t CORE_MICRO_VERSION = 47;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index ea40508..ad03120 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    DALi 3D Engine
-Version:    1.3.46
+Version:    1.3.47
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT