X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fpublic-api%2Fdali-core-version.cpp;h=829ff89d911ffab3620fb9c91602bec1ba52d225;hb=refs%2Fchanges%2F39%2F165039%2F1;hp=01577ad3d09d8b794da6753e6c549efd69281f17;hpb=8a303cc145768fb41bac843d18b1316d13ca6d95;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/public-api/dali-core-version.cpp b/dali/public-api/dali-core-version.cpp index 01577ad..829ff89 100644 --- a/dali/public-api/dali-core-version.cpp +++ b/dali/public-api/dali-core-version.cpp @@ -27,12 +27,10 @@ namespace Dali { const unsigned int CORE_MAJOR_VERSION = 1; -const unsigned int CORE_MINOR_VERSION = 2; -const unsigned int CORE_MICRO_VERSION = 43; +const unsigned int CORE_MINOR_VERSION = 3; +const unsigned int CORE_MICRO_VERSION = 5; const char * const CORE_BUILD_DATE = __DATE__ " " __TIME__; -#ifndef EMSCRIPTEN - #ifdef DEBUG_ENABLED namespace { @@ -48,6 +46,4 @@ PrintVersion CORE_VERSION; } // unnamed namespace #endif -#endif // EMSCRIPTEN - } // namespace Dali