From: huiyu,eun Date: Thu, 28 Dec 2017 08:39:03 +0000 (+0900) Subject: [4.0] DALi version 1.2.78 X-Git-Tag: accepted/tizen/4.0/unified/20180104.054044^0 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-core.git;a=commitdiff_plain;h=f6be67b3c775ba28b777de3ee4f509be117589e9 [4.0] DALi version 1.2.78 Change-Id: I8d6f29ba3e3f37f06926d53ecc01838052ba1cb1 Signed-off-by: huiyu,eun --- diff --git a/dali/public-api/dali-core-version.cpp b/dali/public-api/dali-core-version.cpp index 7e055c3..37c346b 100755 --- a/dali/public-api/dali-core-version.cpp +++ b/dali/public-api/dali-core-version.cpp @@ -28,7 +28,7 @@ namespace Dali const unsigned int CORE_MAJOR_VERSION = 1; const unsigned int CORE_MINOR_VERSION = 2; -const unsigned int CORE_MICRO_VERSION = 77; +const unsigned int CORE_MICRO_VERSION = 78; const char * const CORE_BUILD_DATE = __DATE__ " " __TIME__; #ifdef DEBUG_ENABLED diff --git a/packaging/dali.spec b/packaging/dali.spec index 4dc4026..3ff9c75 100755 --- a/packaging/dali.spec +++ b/packaging/dali.spec @@ -1,6 +1,6 @@ Name: dali Summary: DALi 3D Engine -Version: 1.2.77 +Version: 1.2.78 Release: 1 Group: System/Libraries License: Apache-2.0 and BSD-3-Clause and MIT