DALi Version 1.2.50 27/141227/1 dali_1.2.50
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 28 Jul 2017 15:54:46 +0000 (16:54 +0100)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 28 Jul 2017 15:54:46 +0000 (16:54 +0100)
Change-Id: I6e959e28a991aecbe1411eb6c31963d4e1a1d247

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

index af4f247..e16c84f 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 = 49;
+const unsigned int ADAPTOR_MICRO_VERSION = 50;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 0d21aef..882dd01 100644 (file)
@@ -19,7 +19,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.2.49
+Version:    1.2.50
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT