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

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

index 8de2ae9..d2d5cdd 100644 (file)
@@ -28,7 +28,7 @@ namespace Dali
 
 const unsigned int ADAPTOR_MAJOR_VERSION = 1;
 const unsigned int ADAPTOR_MINOR_VERSION = 3;
-const unsigned int ADAPTOR_MICRO_VERSION = 26;
+const unsigned int ADAPTOR_MICRO_VERSION = 27;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 882b63c..fde16d3 100644 (file)
@@ -19,7 +19,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.3.26
+Version:    1.3.27
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT