DALi Version 1.2.13 65/95765/1 dali_1.2.13
authorTom Robinson <tom.robinson@samsung.com>
Fri, 4 Nov 2016 13:14:00 +0000 (13:14 +0000)
committerTom Robinson <tom.robinson@samsung.com>
Fri, 4 Nov 2016 13:14:00 +0000 (13:14 +0000)
Change-Id: I6ec8c56d73ebca157466a4662a0fd3913cc7dc60

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

index f8c8d02..6b59b61 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 = 12;
+const unsigned int ADAPTOR_MICRO_VERSION = 13;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 5ee3f13..96ec47d 100644 (file)
@@ -14,7 +14,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.2.12
+Version:    1.2.13
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-2-Clause and MIT