DALi Version 1.3.0 07/160707/1 dali_1.3.0
authoradam.b <adam.b@samsung.com>
Fri, 17 Nov 2017 14:45:44 +0000 (14:45 +0000)
committeradam.b <adam.b@samsung.com>
Fri, 17 Nov 2017 14:45:44 +0000 (14:45 +0000)
Change-Id: I41bf5e6a090f60e59b9d42663652e7b6c80cd7fa

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

index 7cabc32..648a7ba 100644 (file)
@@ -27,8 +27,8 @@ namespace Dali
 {
 
 const unsigned int CORE_MAJOR_VERSION = 1;
-const unsigned int CORE_MINOR_VERSION = 2;
-const unsigned int CORE_MICRO_VERSION = 65;
+const unsigned int CORE_MINOR_VERSION = 3;
+const unsigned int CORE_MICRO_VERSION = 0;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index c7c3d54..4e47b3f 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    DALi 3D Engine
-Version:    1.2.65
+Version:    1.3.0
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT