Merge "LLVM/Emscripten fixes" into devel/master
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 11 Dec 2015 18:12:04 +0000 (10:12 -0800)
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>
Fri, 11 Dec 2015 18:12:04 +0000 (10:12 -0800)
1  2 
dali/internal/event/actors/actor-impl.cpp
dali/public-api/dali-core-version.cpp

index c81932863b289ed3ea363956bbc67eb3fa5d2ed6,6610c492f85869038e6e2a6cbee712662520aed0..16cf98229d73dd560462cb9b585aeed1337fd3c8
@@@ -28,9 -28,11 +28,11 @@@ namespace Dal
  
  const unsigned int CORE_MAJOR_VERSION = 1;
  const unsigned int CORE_MINOR_VERSION = 1;
 -const unsigned int CORE_MICRO_VERSION = 13;
 +const unsigned int CORE_MICRO_VERSION = 14;
  const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
  
+ #ifndef EMSCRIPTEN
  #ifdef DEBUG_ENABLED
  namespace
  {