[5.0] DALi version 1.3.50.1 29/194329/1 accepted/tizen/5.0/unified/20181205.063300 submit/tizen_5.0/20181203.075426 submit/tizen_5.0/20181205.003728
authorHeeyong Song <heeyong.song@samsung.com>
Mon, 3 Dec 2018 07:22:27 +0000 (16:22 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Mon, 3 Dec 2018 07:22:57 +0000 (16:22 +0900)
Change-Id: I60fb65f8d511a277415934378ab023a2da35cd7b

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

index f88a13a..1853732 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 = 50;
+const uint32_t CORE_MICRO_VERSION = 50001;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index fda4c75..0fd8a2d 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    DALi 3D Engine
-Version:    1.3.50
+Version:    1.3.50.1
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT