DALi Version 1.4.12 78/202078/1 dali_1.4.12
authorRichard Huang <r.huang@samsung.com>
Fri, 22 Mar 2019 10:45:47 +0000 (10:45 +0000)
committerRichard Huang <r.huang@samsung.com>
Fri, 22 Mar 2019 10:45:47 +0000 (10:45 +0000)
Change-Id: I278e97201eaf498594f7241742e41733e575fe02

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

index ce77e9b..abf526f 100644 (file)
@@ -28,7 +28,7 @@ namespace Dali
 
 const unsigned int ADAPTOR_MAJOR_VERSION = 1;
 const unsigned int ADAPTOR_MINOR_VERSION = 4;
-const unsigned int ADAPTOR_MICRO_VERSION = 11;
+const unsigned int ADAPTOR_MICRO_VERSION = 12;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 7bed421..d97f401 100644 (file)
@@ -19,7 +19,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.4.11
+Version:    1.4.12
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT