DALi Version 1.3.39 06/188106/1 dali_1.3.39
authorRichard Huang <r.huang@samsung.com>
Fri, 31 Aug 2018 09:39:56 +0000 (10:39 +0100)
committerRichard Huang <r.huang@samsung.com>
Fri, 31 Aug 2018 09:39:56 +0000 (10:39 +0100)
Change-Id: Ie8f4e7a1902565760802c12e07132f2250ff94f6

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

index 9de0a7d..4e3de0b 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 = 38;
+const unsigned int ADAPTOR_MICRO_VERSION = 39;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index c323df0..37961ef 100644 (file)
@@ -19,7 +19,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.3.38
+Version:    1.3.39
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT