X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fdali-toolkit-version.cpp;h=8ac200745c2274fb3790557774980e5a9ebfef68;hp=3ed663a9b4833b1581de948d7ec8073f2fbfa672;hb=8ea197799b839abebf34764270a7932e8db9abf0;hpb=f294cc4b75158f1a4b612c0cb97688fe1c913d31 diff --git a/dali-toolkit/public-api/dali-toolkit-version.cpp b/dali-toolkit/public-api/dali-toolkit-version.cpp index 3ed663a..8ac2007 100644 --- a/dali-toolkit/public-api/dali-toolkit-version.cpp +++ b/dali-toolkit/public-api/dali-toolkit-version.cpp @@ -25,14 +25,12 @@ namespace Dali { - namespace Toolkit { - -const unsigned int TOOLKIT_MAJOR_VERSION = 1; -const unsigned int TOOLKIT_MINOR_VERSION = 9; -const unsigned int TOOLKIT_MICRO_VERSION = 18; -const char * const TOOLKIT_BUILD_DATE = __DATE__ " " __TIME__; +const unsigned int TOOLKIT_MAJOR_VERSION = 2; +const unsigned int TOOLKIT_MINOR_VERSION = 0; +const unsigned int TOOLKIT_MICRO_VERSION = 4; +const char* const TOOLKIT_BUILD_DATE = __DATE__ " " __TIME__; #ifdef DEBUG_ENABLED namespace