DALi Version 1.4.31 97/211397/1 dali_1.4.31
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 2 Aug 2019 10:26:09 +0000 (11:26 +0100)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 2 Aug 2019 10:26:09 +0000 (11:26 +0100)
Change-Id: I7b4693759b42ff43682d3c907755ca117df3c288

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

index 4ea7239..4d5bec5 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 = 30;
+const uint32_t CORE_MICRO_VERSION = 31;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index eb9d25e..9923e5a 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    DALi 3D Engine
-Version:    1.4.30
+Version:    1.4.31
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT