DALi Version 1.3.11 18/169818/1 dali_1.3.11
authoradam.b <adam.b@samsung.com>
Fri, 9 Feb 2018 11:08:30 +0000 (11:08 +0000)
committeradam.b <adam.b@samsung.com>
Fri, 9 Feb 2018 11:08:30 +0000 (11:08 +0000)
Change-Id: I07a773b0b22506789083b4331b07397e391ddb7f

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

index f90ad93..a85c972 100644 (file)
@@ -28,7 +28,7 @@ namespace Dali
 
 const unsigned int CORE_MAJOR_VERSION = 1;
 const unsigned int CORE_MINOR_VERSION = 3;
-const unsigned int CORE_MICRO_VERSION = 10;
+const unsigned int CORE_MICRO_VERSION = 11;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index a8c930b..317f4f5 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    DALi 3D Engine
-Version:    1.3.10
+Version:    1.3.11
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT