X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fpublic-api%2Fdali-core-version.cpp;h=2bfb8357e99a798eb16838c19dd77e6af84a08e4;hb=03bb1840a40c61ff70f4de174615d93240bca7d8;hp=edfc6217b22a7bc5dec8abcb2000c4b131962cae;hpb=f609671db03f3ffc068e6b835e12d176c4ebc3a8;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 edfc621..2bfb835 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 = 30; +const unsigned int CORE_MINOR_VERSION = 2; +const unsigned int CORE_MICRO_VERSION = 28; const char * const CORE_BUILD_DATE = __DATE__ " " __TIME__; #ifndef EMSCRIPTEN