DALi Version 1.2.49 50/140050/1 dali_1.2.49
authorDavid Steele <david.steele@samsung.com>
Fri, 21 Jul 2017 13:24:30 +0000 (14:24 +0100)
committerDavid Steele <david.steele@samsung.com>
Fri, 21 Jul 2017 13:24:30 +0000 (14:24 +0100)
Change-Id: I8a494ed49876e67d6d1f9e4ef64090af8e814903

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

index 6a6a8e9..af4f247 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 = 48;
+const unsigned int ADAPTOR_MICRO_VERSION = 49;
 const char * const ADAPTOR_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifdef DEBUG_ENABLED
index 45f8c15..bcceb33 100644 (file)
@@ -19,7 +19,7 @@
 
 Name:       dali-adaptor
 Summary:    The DALi Tizen Adaptor
-Version:    1.2.48
+Version:    1.2.49
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT