DALi Version 1.2.65 20/159620/1 dali_1.2.65
authorVictor Cebollada <v.cebollada@samsung.com>
Fri, 10 Nov 2017 07:20:27 +0000 (07:20 +0000)
committerVictor Cebollada <v.cebollada@samsung.com>
Fri, 10 Nov 2017 07:20:27 +0000 (07:20 +0000)
Change-Id: I5ae84ab07d00580f07def06730a86566dcfd0b93

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

index 712c2e9..a1fd1fc 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 = 64;
+const unsigned int ADAPTOR_MICRO_VERSION = 65;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 04b8b10..9f77658 100644 (file)
@@ -19,7 +19,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.2.64
+Version:    1.2.65
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT