DALi Version 1.3.42 76/189876/1 dali_1.3.42
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 21 Sep 2018 09:18:01 +0000 (10:18 +0100)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 21 Sep 2018 09:18:01 +0000 (10:18 +0100)
Change-Id: I53c68e7b22901e0ede0cb5834260eddc7fdf61de

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

index 36f8382..cfa2278 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 = 41;
+const unsigned int ADAPTOR_MICRO_VERSION = 42;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 41240cf..166d412 100644 (file)
@@ -19,7 +19,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.3.41
+Version:    1.3.42
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT