X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fpublic-api%2Fdali-core-version.cpp;h=7000af03d1002139ee01a086ff743674a304090c;hb=refs%2Fchanges%2F78%2F143678%2F1;hp=c81932863b289ed3ea363956bbc67eb3fa5d2ed6;hpb=2db94f8b729b4bb312d7adb9d3e0df87ae9c1a86;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 c819328..7000af0 100644 --- a/dali/public-api/dali-core-version.cpp +++ b/dali/public-api/dali-core-version.cpp @@ -28,9 +28,11 @@ namespace Dali const unsigned int CORE_MAJOR_VERSION = 1; const unsigned int CORE_MINOR_VERSION = 1; -const unsigned int CORE_MICRO_VERSION = 14; +const unsigned int CORE_MICRO_VERSION = 49; const char * const CORE_BUILD_DATE = __DATE__ " " __TIME__; +#ifndef EMSCRIPTEN + #ifdef DEBUG_ENABLED namespace { @@ -39,11 +41,13 @@ struct PrintVersion { PrintVersion() { - std::cout << "DALi Core: " << CORE_MAJOR_VERSION << "." << CORE_MINOR_VERSION << "." << CORE_MICRO_VERSION << " (" << CORE_BUILD_DATE << ")" << std::endl; + std::cerr << "DALi Core: " << CORE_MAJOR_VERSION << "." << CORE_MINOR_VERSION << "." << CORE_MICRO_VERSION << " (" << CORE_BUILD_DATE << ")" << std::endl; } }; PrintVersion CORE_VERSION; } // unnamed namespace #endif +#endif // EMSCRIPTEN + } // namespace Dali