DALi Version 1.3.20 25/175925/1 dali_1.3.20
authoradam.b <adam.b@samsung.com>
Fri, 13 Apr 2018 10:48:41 +0000 (11:48 +0100)
committeradam.b <adam.b@samsung.com>
Fri, 13 Apr 2018 10:48:41 +0000 (11:48 +0100)
Change-Id: Ibdefbf46dec527c688a9e441b0dc19cc5535335c

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

index db85503..b18a536 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 = 19;
+const unsigned int CORE_MICRO_VERSION = 20;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 9e3f1b2..90e2f53 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    DALi 3D Engine
-Version:    1.3.19
+Version:    1.3.20
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT