DALi Version 1.2.30 62/118462/1 dali_1.2.30
authorDavid Steele <david.steele@samsung.com>
Fri, 10 Mar 2017 15:00:52 +0000 (15:00 +0000)
committerDavid Steele <david.steele@samsung.com>
Fri, 10 Mar 2017 15:00:52 +0000 (15:00 +0000)
Change-Id: Ia09f8ad9ca19b737f67721c3c1c15fa9b9f8f853

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

index 4d3f3af..5673563 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 = 29;
+const unsigned int ADAPTOR_MICRO_VERSION = 30;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index b2ffb23..957a3f0 100644 (file)
@@ -14,7 +14,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.2.29
+Version:    1.2.30
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-2-Clause and MIT