Merge "Fix IME (key input) issues on Text control" into devel/master
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Mon, 10 Apr 2017 12:36:12 +0000 (05:36 -0700)
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>
Mon, 10 Apr 2017 12:36:13 +0000 (05:36 -0700)
adaptors/public-api/dali-adaptor-version.cpp
packaging/dali-adaptor.spec

index 66061f2..a807abe 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 = 33;
+const unsigned int ADAPTOR_MICRO_VERSION = 34;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 5e701ce..f1c8691 100644 (file)
@@ -14,7 +14,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.2.33
+Version:    1.2.34
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-2-Clause and MIT