DALi Version 1.3.40 67/188667/1 dali_1.3.40
authorVictor Cebollada <v.cebollada@samsung.com>
Fri, 7 Sep 2018 07:31:16 +0000 (08:31 +0100)
committerVictor Cebollada <v.cebollada@samsung.com>
Fri, 7 Sep 2018 07:31:16 +0000 (08:31 +0100)
Change-Id: I7cac4c496741ecdb23d7a4f573d08abb8e736db5

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

index 43e6542..131594c 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 = 39;
+const unsigned int CORE_MICRO_VERSION = 40;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index dd70a27..8bd88cb 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    DALi 3D Engine
-Version:    1.3.39
+Version:    1.3.40
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT