X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fpublic-api%2Fdali-core-version.cpp;h=75ab1f4dae4c64928af9ff67db4a3406dd8749b7;hb=fc00d048398c0c390ebf492e59432edcf21884e8;hp=2916302b6fa6e5f0fbbe2d25b76577ac323e9995;hpb=415208d00b1f21a4081f29c0b8d4efd48aa70a2e;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 2916302..75ab1f4 100644 --- a/dali/public-api/dali-core-version.cpp +++ b/dali/public-api/dali-core-version.cpp @@ -28,11 +28,9 @@ namespace Dali const unsigned int CORE_MAJOR_VERSION = 1; const unsigned int CORE_MINOR_VERSION = 2; -const unsigned int CORE_MICRO_VERSION = 39; +const unsigned int CORE_MICRO_VERSION = 67; 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