Merge "Remove EGL surface in the update thread" into devel/master
authorHeeyong Song <heeyong.song@samsung.com>
Tue, 19 May 2020 01:09:11 +0000 (01:09 +0000)
committerGerrit Code Review <gerrit@review>
Tue, 19 May 2020 01:09:11 +0000 (01:09 +0000)
build/tizen/profiles/windows-profile.cmake
dali/public-api/dali-adaptor-version.cpp
packaging/dali-adaptor.spec

index b190e23..e32175e 100644 (file)
@@ -80,5 +80,5 @@ SET( REQUIRED_LIBS
         unofficial::angle::libEGL
         unofficial::angle::libGLESv2
         unofficial::cairo::cairo
-        dali-core::dali-core
+        dali2-core::dali2-core
 )
index a5b9d79..b6b68d6 100644 (file)
@@ -28,7 +28,7 @@ namespace Dali
 
 const unsigned int ADAPTOR_MAJOR_VERSION = 1;
 const unsigned int ADAPTOR_MINOR_VERSION = 9;
-const unsigned int ADAPTOR_MICRO_VERSION = 11;
+const unsigned int ADAPTOR_MICRO_VERSION = 12;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 176525f..28e786c 100644 (file)
@@ -17,7 +17,7 @@
 
 Name:       dali2-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.9.11
+Version:    1.9.12
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT