DALi Version 1.4.43 75/216475/1 dali_1.4.43
authorAgnelo Vaz <agnelo.vaz@samsung.com>
Fri, 25 Oct 2019 09:29:46 +0000 (10:29 +0100)
committerAgnelo Vaz <agnelo.vaz@samsung.com>
Fri, 25 Oct 2019 09:29:46 +0000 (10:29 +0100)
Change-Id: I201bf11916aa72ef6b625e7adbc807e6f8a8c5a1

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

index d1a1e92..55f494f 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 = 42;
+const unsigned int ADAPTOR_MICRO_VERSION = 43;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index eabaed0..1f9f3e1 100644 (file)
@@ -17,7 +17,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.4.42
+Version:    1.4.43
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT