DALi Version 1.1.30 71/66171/1 dali_1.1.30
authorAdam Bialogonski <adam.b@samsung.com>
Fri, 15 Apr 2016 13:59:12 +0000 (14:59 +0100)
committerAdam Bialogonski <adam.b@samsung.com>
Fri, 15 Apr 2016 13:59:12 +0000 (14:59 +0100)
Change-Id: Id67ac6dc2eac5f503dff3f9d28fbe164b8a8a61a

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

index 1079321..442396b 100644 (file)
@@ -28,7 +28,7 @@ namespace Dali
 
 const unsigned int ADAPTOR_MAJOR_VERSION = 1;
 const unsigned int ADAPTOR_MINOR_VERSION = 1;
-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 595d9cc..537ff0b 100644 (file)
@@ -14,7 +14,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.1.29
+Version:    1.1.30
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-2-Clause and MIT