X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fpublic-api%2Fdali-core-version.cpp;h=a96fd28ff08a13d48006f62691e13255e2673fdb;hb=2f4d610138226ec53a2e34bea3c0de85b34c08d8;hp=03458d1c958c17a435983238bb9ce977eee1afca;hpb=4088b0ac68713c52be0e1480c924b5877e212a8f;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 03458d1..a96fd28 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 = 41; +const unsigned int CORE_MINOR_VERSION = 3; +const unsigned int CORE_MICRO_VERSION = 3; 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