DALi Version 1.4.9 38/200738/1 dali_1.4.9
authorgreynaga <g.reynaga@samsung.com>
Fri, 1 Mar 2019 14:34:31 +0000 (14:34 +0000)
committergreynaga <g.reynaga@samsung.com>
Fri, 1 Mar 2019 14:34:31 +0000 (14:34 +0000)
Change-Id: I9f8ccc7cb2aa42a3f06fe040f24e7791056a4567

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

index 147ec71..783151e 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 = 8;
+const uint32_t CORE_MICRO_VERSION = 9;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index a232c39..7a85e7c 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    DALi 3D Engine
-Version:    1.4.8
+Version:    1.4.9
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT