Merge "(ScrollView)Fix the double bouncing of the overshoot actor" into devel/master
authorKimmo Hoikka <kimmo.hoikka@samsung.com>
Wed, 26 Aug 2015 11:41:02 +0000 (04:41 -0700)
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>
Wed, 26 Aug 2015 11:41:02 +0000 (04:41 -0700)
dali-toolkit/public-api/dali-toolkit-version.cpp
packaging/dali-toolkit.spec

index c58a5b4..a0b3e1e 100644 (file)
@@ -31,7 +31,7 @@ namespace Toolkit
 
 const unsigned int TOOLKIT_MAJOR_VERSION = 1;
 const unsigned int TOOLKIT_MINOR_VERSION = 1;
-const unsigned int TOOLKIT_MICRO_VERSION = 0;
+const unsigned int TOOLKIT_MICRO_VERSION = 1;
 const char * const TOOLKIT_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index e41073c..634d8e4 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali-toolkit
 Summary:    The OpenGLES Canvas Core Library Toolkit
-Version:    1.1.0
+Version:    1.1.1
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0, BSD-2.0, MIT