[3.0] DALi Version 1.1.48 12/137912/1 accepted/tizen/3.0/common/20170714.174659 accepted/tizen/3.0/ivi/20170713.223007 accepted/tizen/3.0/mobile/20170713.222924 accepted/tizen/3.0/tv/20170713.222938 accepted/tizen/3.0/wearable/20170713.222953 submit/tizen_3.0/20170710.094946 submit/tizen_3.0/20170712.065613
authorHeeyong Song <heeyong.song@samsung.com>
Mon, 10 Jul 2017 08:38:12 +0000 (17:38 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Mon, 10 Jul 2017 08:38:12 +0000 (17:38 +0900)
Change-Id: Ib153ab6593a94bc940fb8001234f06bbb81d4c3f

dali/public-api/dali-core-version.cpp
packaging/dali.spec

index 4628def..7193120 100644 (file)
@@ -28,7 +28,7 @@ namespace Dali
 
 const unsigned int CORE_MAJOR_VERSION = 1;
 const unsigned int CORE_MINOR_VERSION = 1;
-const unsigned int CORE_MICRO_VERSION = 47;
+const unsigned int CORE_MICRO_VERSION = 48;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifndef EMSCRIPTEN
index 2ad98e3..89aed03 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    The OpenGLES Canvas Core Library
-Version:    1.1.47
+Version:    1.1.48
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-2-Clause and MIT