[3.0] DALi Version 1.1.49 79/143679/2 submit/tizen_3.0/20170811.054953
authorHeeyong Song <heeyong.song@samsung.com>
Fri, 11 Aug 2017 02:53:53 +0000 (11:53 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Fri, 11 Aug 2017 05:23:32 +0000 (05:23 +0000)
Change-Id: I16c22b5e46ff58dd2798098492738b6770462c88

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

index 8d7fd9e..3eb3e80 100644 (file)
@@ -28,7 +28,7 @@ namespace Dali
 
 const unsigned int ADAPTOR_MAJOR_VERSION = 1;
 const unsigned int ADAPTOR_MINOR_VERSION = 1;
-const unsigned int ADAPTOR_MICRO_VERSION = 48;
+const unsigned int ADAPTOR_MICRO_VERSION = 49;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index fc52be0..0a07d43 100644 (file)
@@ -14,7 +14,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.1.48
+Version:    1.1.49
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-2-Clause and MIT