Merge "Raised test coverage for Model3dView" into devel/master
authorDavid Steele <david.steele@partner.samsung.com>
Fri, 2 Sep 2016 18:30:34 +0000 (11:30 -0700)
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>
Fri, 2 Sep 2016 18:30:34 +0000 (11:30 -0700)
dali-toolkit/public-api/dali-toolkit-version.cpp
packaging/dali-addon.spec
packaging/dali-toolkit.spec

index f90a865..3479fed 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 = 3;
+const unsigned int TOOLKIT_MICRO_VERSION = 4;
 const char * const TOOLKIT_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index f2f69ff..6ecfaa9 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali-addon
 Summary:    DALi module for Node.JS
-Version:    1.2.3
+Version:    1.2.4
 Release:    1
 Group:      Development/Libraries
 License:    Apache License, Version 2.0
index 0afa640..65da60b 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali-toolkit
 Summary:    The OpenGLES Canvas Core Library Toolkit
-Version:    1.2.3
+Version:    1.2.4
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-2-Clause and MIT