DALi Version 1.1.19 43/58343/1 dali_1.1.19
authorTom Robinson <tom.robinson@samsung.com>
Fri, 29 Jan 2016 11:33:23 +0000 (11:33 +0000)
committerTom Robinson <tom.robinson@samsung.com>
Fri, 29 Jan 2016 11:33:23 +0000 (11:33 +0000)
Change-Id: Ibe49776a1da04cdbc0fff004870b51e63d55f452

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

index 856bd69..f26e507 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 = 18;
+const unsigned int ADAPTOR_MICRO_VERSION = 19;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 8f9b1a4..6eeca8b 100644 (file)
@@ -14,7 +14,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.1.18
+Version:    1.1.19
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-2-Clause and MIT