DALi Version 1.4.2 94/197494/1 dali_1.4.2
authorRichard Huang <r.huang@samsung.com>
Fri, 11 Jan 2019 12:38:59 +0000 (12:38 +0000)
committerRichard Huang <r.huang@samsung.com>
Fri, 11 Jan 2019 12:38:59 +0000 (12:38 +0000)
Change-Id: Ieb6c8dfa5ad25cd2963769cee4f0e3764f626a47

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

index fce7852..a727ea7 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 = 1;
+const unsigned int ADAPTOR_MICRO_VERSION = 2;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index cd00a66..712af13 100644 (file)
@@ -19,7 +19,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.4.1
+Version:    1.4.2
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT