[dali_1.3.44] Merge branch 'devel/master' 89/190789/1
authorGyörgy Straub <g.straub@partner.samsung.com>
Fri, 5 Oct 2018 08:43:40 +0000 (09:43 +0100)
committerGyörgy Straub <g.straub@partner.samsung.com>
Fri, 5 Oct 2018 08:43:40 +0000 (09:43 +0100)
Change-Id: I946c5cfaff44b72f6bd4eb8e268016f556619f6c

build/tizen/configure.ac
dali/public-api/dali-core-version.cpp
packaging/dali.spec

index deedf44..ba2140e 100644 (file)
@@ -61,7 +61,7 @@ AC_ARG_ENABLE([gles],
               [AC_HELP_STRING([--enable-gles],
                               [Specify the OpenGL ES version for backwards compatibility])],
               [enable_gles=$enableval],
-              [enable_gles=20])
+              [enable_gles=30])
 
 AC_ARG_ENABLE([cxx03_abi],
               [AC_HELP_STRING([--enable-cxx03-abi],
index f9267cc..9667b2a 100644 (file)
@@ -28,7 +28,7 @@ namespace Dali
 
 const unsigned int CORE_MAJOR_VERSION = 1;
 const unsigned int CORE_MINOR_VERSION = 3;
-const unsigned int CORE_MICRO_VERSION = 43;
+const unsigned int CORE_MICRO_VERSION = 44;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index d6f0bc5..a669483 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    DALi 3D Engine
-Version:    1.3.43
+Version:    1.3.44
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT