DALi Version 1.2.9 56/91456/1 dali_1.2.9
authorFerran Sole <ferran.sole@samsung.com>
Fri, 7 Oct 2016 15:32:57 +0000 (16:32 +0100)
committerFerran Sole <ferran.sole@samsung.com>
Fri, 7 Oct 2016 15:32:57 +0000 (16:32 +0100)
Change-Id: Ic97a6ecd72426aa210b5cb762bf16beac06595cf

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

index a28b780..4cb3e9d 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 = 8;
+const unsigned int ADAPTOR_MICRO_VERSION = 9;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 30be556..241d0c5 100644 (file)
@@ -14,7 +14,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.2.8
+Version:    1.2.9
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-2-Clause and MIT