DALi Version 1.4.19 28/205928/1 dali_1.4.19
authorRichard Huang <r.huang@samsung.com>
Fri, 10 May 2019 10:31:42 +0000 (11:31 +0100)
committerRichard Huang <r.huang@samsung.com>
Fri, 10 May 2019 10:31:42 +0000 (11:31 +0100)
Change-Id: I70e789b91bf26836c5c490c2d321ec82d2fb7d68

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

index a565a9e..54a3963 100644 (file)
@@ -28,7 +28,7 @@ namespace Dali
 
 const unsigned int ADAPTOR_MAJOR_VERSION = 1;
 const unsigned int ADAPTOR_MINOR_VERSION = 4;
-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 b36acd2..f5ca101 100644 (file)
@@ -17,7 +17,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.4.18
+Version:    1.4.19
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT