DALi Version 1.3.27 37/180737/1 dali_1.3.27
authorDavid Steele <david.steele@samsung.com>
Fri, 1 Jun 2018 13:15:44 +0000 (14:15 +0100)
committerDavid Steele <david.steele@samsung.com>
Fri, 1 Jun 2018 13:15:44 +0000 (14:15 +0100)
Change-Id: Icf5c1420c99947c03a1a0699f00177dbd9c61e4a

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

index 70a2031..5c481bb 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 = 26;
+const unsigned int CORE_MICRO_VERSION = 27;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 40dd993..98c46ac 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    DALi 3D Engine
-Version:    1.3.26
+Version:    1.3.27
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT