X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fpublic-api%2Fdali-core-version.cpp;h=838362f39aebf9fbe7dffadb632b70339620a0ac;hb=a01bb5cfd4033f4b9c3a4254dca7768d5b77b41c;hp=2e118751b8f6b6b2094163b429133174dbc3d8c7;hpb=e3040ae0b0398fb74c48dddd5718a1b571642691;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 2e11875..838362f 100644 --- a/dali/public-api/dali-core-version.cpp +++ b/dali/public-api/dali-core-version.cpp @@ -27,8 +27,8 @@ namespace Dali { const unsigned int CORE_MAJOR_VERSION = 1; -const unsigned int CORE_MINOR_VERSION = 1; -const unsigned int CORE_MICRO_VERSION = 42; +const unsigned int CORE_MINOR_VERSION = 2; +const unsigned int CORE_MICRO_VERSION = 16; const char * const CORE_BUILD_DATE = __DATE__ " " __TIME__; #ifndef EMSCRIPTEN