DALi Version 1.3.48 52/192352/1 dali_1.3.48 submit/tizen/20181105.115406
authorRichard Huang <r.huang@samsung.com>
Fri, 2 Nov 2018 11:41:44 +0000 (11:41 +0000)
committerRichard Huang <r.huang@samsung.com>
Fri, 2 Nov 2018 11:41:44 +0000 (11:41 +0000)
Change-Id: Icce974ab2d210332b3df3a11d5b7d860b0a5f2b9

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

index a12808e..e8f32f9 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 = 47;
+const uint32_t CORE_MICRO_VERSION = 48;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index ad03120..3226704 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    DALi 3D Engine
-Version:    1.3.47
+Version:    1.3.48
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT