DALi Version 1.3.46 72/191572/1 dali_1.3.46
authorAnton Obzhirov <a.obzhirov@samsung.com>
Thu, 18 Oct 2018 13:26:19 +0000 (14:26 +0100)
committerAnton Obzhirov <a.obzhirov@samsung.com>
Thu, 18 Oct 2018 13:26:19 +0000 (14:26 +0100)
Change-Id: I0c91e5b03a2e1b98d8de7932c9fe724212fecb50

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

index ab38147..6e7c58f 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 = 45;
+const uint32_t CORE_MICRO_VERSION = 46;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 1497d54..ea40508 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    DALi 3D Engine
-Version:    1.3.45
+Version:    1.3.46
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT