DALi Version 1.3.1 26/161626/1 dali_1.3.1
authorAgnelo Vaz <agnelo.vaz@samsung.com>
Fri, 24 Nov 2017 11:55:43 +0000 (11:55 +0000)
committerAgnelo Vaz <agnelo.vaz@samsung.com>
Fri, 24 Nov 2017 11:55:43 +0000 (11:55 +0000)
Change-Id: I55343bb97a95adec13a46892f417e9713c41d02e

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

index 648a7ba..57e4eb0 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 = 0;
+const unsigned int CORE_MICRO_VERSION = 1;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 4e47b3f..ae25061 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    DALi 3D Engine
-Version:    1.3.0
+Version:    1.3.1
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT