DALi Version 1.3.6 67/166067/1 dali_1.3.6
authorRichard Huang <r.huang@samsung.com>
Fri, 5 Jan 2018 13:32:38 +0000 (13:32 +0000)
committerRichard Huang <r.huang@samsung.com>
Fri, 5 Jan 2018 13:32:38 +0000 (13:32 +0000)
Change-Id: I6d8f632d1b15d7532c3827f761041096ba7cbf83

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

index 829ff89..d544f13 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 = 5;
+const unsigned int CORE_MICRO_VERSION = 6;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 8001b5c..7f83566 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    DALi 3D Engine
-Version:    1.3.5
+Version:    1.3.6
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT