DALi Version 1.4.50 51/220151/1 dali_1.4.50
authorAgnelo Vaz <agnelo.vaz@samsung.com>
Fri, 13 Dec 2019 10:57:03 +0000 (10:57 +0000)
committerAgnelo Vaz <agnelo.vaz@samsung.com>
Fri, 13 Dec 2019 10:57:03 +0000 (10:57 +0000)
Change-Id: I5d82aba4216236c07e96cb72514b5a65dfb44694

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

index cca805c..5853506 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 = 49;
+const uint32_t CORE_MICRO_VERSION = 50;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index f498f9c..d8d3ab4 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    DALi 3D Engine
-Version:    1.4.49
+Version:    1.4.50
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT