[4.0] DALi version 1.2.68 50/162150/1
authorHeeyong Song <heeyong.song@samsung.com>
Wed, 29 Nov 2017 09:36:03 +0000 (18:36 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Wed, 29 Nov 2017 09:36:03 +0000 (18:36 +0900)
Change-Id: Ib47631ded67c673850db4b6dd1bb51d6a2b26917

adaptors/public-api/dali-adaptor-version.cpp
packaging/dali-adaptor.spec

index 5334d82..7668164 100644 (file)
@@ -28,7 +28,7 @@ namespace Dali
 
 const unsigned int ADAPTOR_MAJOR_VERSION = 1;
 const unsigned int ADAPTOR_MINOR_VERSION = 2;
-const unsigned int ADAPTOR_MICRO_VERSION = 67;
+const unsigned int ADAPTOR_MICRO_VERSION = 68;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index bc2d777..bcf2301 100644 (file)
@@ -19,7 +19,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.2.67
+Version:    1.2.68
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT