DALi Version 1.2.62 02/156902/1 dali_1.2.62
authorRichard Huang <r.huang@samsung.com>
Fri, 20 Oct 2017 11:43:06 +0000 (12:43 +0100)
committerRichard Huang <r.huang@samsung.com>
Fri, 20 Oct 2017 11:43:06 +0000 (12:43 +0100)
Change-Id: I63789ddac469cba396a118b47c2bc41171a021fa

adaptors/public-api/dali-adaptor-version.cpp
packaging/dali-adaptor.spec

index c6596f4..71bb4e9 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 = 61;
+const unsigned int ADAPTOR_MICRO_VERSION = 62;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index cafb34c..3b2377c 100644 (file)
@@ -19,7 +19,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.2.61
+Version:    1.2.62
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT