DALi Version 1.3.30 99/182999/1 dali_1.3.30
authoradam.b <adam.b@samsung.com>
Fri, 29 Jun 2018 12:50:43 +0000 (13:50 +0100)
committeradam.b <adam.b@samsung.com>
Fri, 29 Jun 2018 12:50:43 +0000 (13:50 +0100)
Change-Id: I161b94d4cc8019e6153dec665091a464640ad151

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

index bc2dd95..88f6153 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 = 29;
+const unsigned int ADAPTOR_MICRO_VERSION = 30;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 32eec4a..a26b4c6 100644 (file)
@@ -19,7 +19,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.3.29
+Version:    1.3.30
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT