X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fdali-toolkit-version.cpp;h=bd25c80f3fa3ace17591c3ec65ed1a715bea2a90;hb=9217ec0c1d483607ed6c8f08a1d9c238657ba5d6;hp=a4e1d30e4eb047c6ea8a5efabb46bdd2a2ff5052;hpb=f5cb40c6bbbf566541637d09126e1f3c1984de89;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/public-api/dali-toolkit-version.cpp b/dali-toolkit/public-api/dali-toolkit-version.cpp index a4e1d30..bd25c80 100644 --- a/dali-toolkit/public-api/dali-toolkit-version.cpp +++ b/dali-toolkit/public-api/dali-toolkit-version.cpp @@ -30,8 +30,8 @@ namespace Toolkit { const unsigned int TOOLKIT_MAJOR_VERSION = 1; -const unsigned int TOOLKIT_MINOR_VERSION = 1; -const unsigned int TOOLKIT_MICRO_VERSION = 40; +const unsigned int TOOLKIT_MINOR_VERSION = 2; +const unsigned int TOOLKIT_MICRO_VERSION = 15; const char * const TOOLKIT_BUILD_DATE = __DATE__ " " __TIME__; #ifdef DEBUG_ENABLED