DALi Version 1.2.48 78/138978/1 dali_1.2.48
authoradam.b <adam.b@samsung.com>
Fri, 14 Jul 2017 12:29:15 +0000 (13:29 +0100)
committeradam.b <adam.b@samsung.com>
Fri, 14 Jul 2017 12:29:15 +0000 (13:29 +0100)
Change-Id: I60e95a16beea9e80b08998f33c5669b2d25fd5b9

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

index bcc2b53..6a6a8e9 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 = 47;
+const unsigned int ADAPTOR_MICRO_VERSION = 48;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 334f065..45f8c15 100644 (file)
@@ -19,7 +19,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.2.47
+Version:    1.2.48
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT