Merge "RegisterVisuals has option not to auto stage visual" into devel/master
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 14 Oct 2016 16:21:06 +0000 (09:21 -0700)
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>
Fri, 14 Oct 2016 16:21:07 +0000 (09:21 -0700)
dali-toolkit/public-api/dali-toolkit-version.cpp
packaging/dali-addon.spec
packaging/dali-toolkit.spec

index 418d99c..c15604b 100644 (file)
@@ -31,7 +31,7 @@ namespace Toolkit
 
 const unsigned int TOOLKIT_MAJOR_VERSION = 1;
 const unsigned int TOOLKIT_MINOR_VERSION = 2;
-const unsigned int TOOLKIT_MICRO_VERSION = 9;
+const unsigned int TOOLKIT_MICRO_VERSION = 10;
 const char * const TOOLKIT_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index eb05a02..0da6d86 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali-addon
 Summary:    DALi module for Node.JS
-Version:    1.2.9
+Version:    1.2.10
 Release:    1
 Group:      Development/Libraries
 License:    Apache License, Version 2.0
index a14456d..f4e8ae0 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali-toolkit
 Summary:    The OpenGLES Canvas Core Library Toolkit
-Version:    1.2.9
+Version:    1.2.10
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-2-Clause and MIT