[4.0] DALi version 1.2.69 52/162752/1 submit/tizen_4.0/20171205.071939
authorHeeyong Song <heeyong.song@samsung.com>
Tue, 5 Dec 2017 07:08:49 +0000 (16:08 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Tue, 5 Dec 2017 07:08:49 +0000 (16:08 +0900)
Change-Id: Ib4d80fe60bf75c497a0a9bd19ad836251692bfd6

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

index 7668164..358a59e 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 = 68;
+const unsigned int ADAPTOR_MICRO_VERSION = 69;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index bcf2301..e6f4cd2 100644 (file)
@@ -19,7 +19,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.2.68
+Version:    1.2.69
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT