[4.0] DALi version 1.2.68 49/162149/1
authorHeeyong Song <heeyong.song@samsung.com>
Wed, 29 Nov 2017 09:35:07 +0000 (18:35 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Wed, 29 Nov 2017 09:35:07 +0000 (18:35 +0900)
Change-Id: I7dc2a7ff10d3975338d1424d490bf8fe6587111e

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

index 75ab1f4..9a78dc6 100644 (file)
@@ -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 = 67;
+const unsigned int CORE_MICRO_VERSION = 68;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 823ee30..3847ccc 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    DALi 3D Engine
-Version:    1.2.67
+Version:    1.2.68
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT