X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fpublic-api%2Fdali-core-version.cpp;h=a96fd28ff08a13d48006f62691e13255e2673fdb;hb=2f4d610138226ec53a2e34bea3c0de85b34c08d8;hp=16bf03a3457969795e32e4e6243ee5edc31a2cda;hpb=d7ef4c059b82144923dda3ab1ea7915bde2e1796;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 16bf03a..a96fd28 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 = 2; -const unsigned int CORE_MICRO_VERSION = 52; +const unsigned int CORE_MINOR_VERSION = 3; +const unsigned int CORE_MICRO_VERSION = 3; const char * const CORE_BUILD_DATE = __DATE__ " " __TIME__; #ifdef DEBUG_ENABLED