Merge "On state change, visuals now keep instance data" into devel/master
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 3 Mar 2017 16:50:08 +0000 (08:50 -0800)
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>
Fri, 3 Mar 2017 16:50:09 +0000 (08:50 -0800)
dali-toolkit/public-api/dali-toolkit-version.cpp
packaging/dali-addon.spec
packaging/dali-toolkit.spec

index 99eb453..f193e71 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 = 28;
+const unsigned int TOOLKIT_MICRO_VERSION = 29;
 const char * const TOOLKIT_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index e7ceeab..d56fdbe 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali-addon
 Summary:    DALi module for Node.JS
-Version:    1.2.28
+Version:    1.2.29
 Release:    1
 Group:      Development/Libraries
 License:    Apache License, Version 2.0
index c1a14e9..ae143f7 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali-toolkit
 Summary:    The OpenGLES Canvas Core Library Toolkit
-Version:    1.2.28
+Version:    1.2.29
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-2-Clause and MIT