X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fpublic-api%2Fdali-core-version.cpp;h=838362f39aebf9fbe7dffadb632b70339620a0ac;hb=a01bb5cfd4033f4b9c3a4254dca7768d5b77b41c;hp=75acd357da2a8085bd49628cd2b76220b1c76ffb;hpb=81d966b8259ab1c1315db87541d8f323be0d7215;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 75acd35..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 = 40; +const unsigned int CORE_MINOR_VERSION = 2; +const unsigned int CORE_MICRO_VERSION = 16; const char * const CORE_BUILD_DATE = __DATE__ " " __TIME__; #ifndef EMSCRIPTEN