DALi Version 1.2.43 85/133285/1 dali_1.2.43
authorRichard Huang <r.huang@samsung.com>
Fri, 9 Jun 2017 12:23:17 +0000 (13:23 +0100)
committerRichard Huang <r.huang@samsung.com>
Fri, 9 Jun 2017 12:23:17 +0000 (13:23 +0100)
Change-Id: Ie670605791473295738f6737fef674fadb0afba0

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

index 2c58e18713cfc7b301b3ecfd432bb548158d52bb..c8fb74bf1ca23e046473c0f03e2e0e0fce3377e2 100644 (file)
@@ -28,7 +28,7 @@ namespace Dali
 
 const unsigned int ADAPTOR_MAJOR_VERSION = 1;
 const unsigned int ADAPTOR_MINOR_VERSION = 2;
-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 6233fe33cde4c9dd728a0d38a94f041480750c58..80b693b975077bc7e7db51aec485ed7c1b632b3a 100644 (file)
@@ -14,7 +14,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.2.42
+Version:    1.2.43
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT