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

dali/public-api/dali-core-version.cpp
packaging/dali.spec

index b90b29e..57c23d3 100644 (file)
@@ -28,7 +28,7 @@ namespace Dali
 
 const unsigned int CORE_MAJOR_VERSION = 1;
 const unsigned int CORE_MINOR_VERSION = 2;
-const unsigned int CORE_MICRO_VERSION = 29;
+const unsigned int CORE_MICRO_VERSION = 30;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifndef EMSCRIPTEN
index 02b04c0..06c311c 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    The OpenGLES Canvas Core Library
-Version:    1.2.29
+Version:    1.2.30
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-2-Clause and MIT