DALi Version 1.3.48 53/192353/1 dali_1.3.48
authorRichard Huang <r.huang@samsung.com>
Fri, 2 Nov 2018 11:41:57 +0000 (11:41 +0000)
committerRichard Huang <r.huang@samsung.com>
Fri, 2 Nov 2018 11:41:57 +0000 (11:41 +0000)
Change-Id: Icfe96b7347a854a32f8c6c6befd25f78d1b8acf3

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

index c09fae0..17c45ad 100644 (file)
@@ -28,7 +28,7 @@ namespace Dali
 
 const unsigned int ADAPTOR_MAJOR_VERSION = 1;
 const unsigned int ADAPTOR_MINOR_VERSION = 3;
-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 a8eb701..96f7a99 100644 (file)
@@ -19,7 +19,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.3.47
+Version:    1.3.48
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT