DALi Version 1.4.37 35/213835/1 dali_1.4.37
authorRichard Huang <r.huang@samsung.com>
Fri, 13 Sep 2019 12:19:24 +0000 (13:19 +0100)
committerRichard Huang <r.huang@samsung.com>
Fri, 13 Sep 2019 12:19:24 +0000 (13:19 +0100)
Change-Id: Ia9c6063595442f186e20fcde3620bb7df0876b92

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

index f18dace..70e4306 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 = 36;
+const unsigned int ADAPTOR_MICRO_VERSION = 37;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index bc985e8..8e40281 100644 (file)
@@ -17,7 +17,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.4.36
+Version:    1.4.37
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT