DALi Version 1.1.19 42/58342/1 dali_1.1.19
authorTom Robinson <tom.robinson@samsung.com>
Fri, 29 Jan 2016 11:33:11 +0000 (11:33 +0000)
committerTom Robinson <tom.robinson@samsung.com>
Fri, 29 Jan 2016 11:33:11 +0000 (11:33 +0000)
Change-Id: I2ded14e11f19e1364dcb1aa784b201266dd7a2d2

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

index 966b434..5fa2fde 100644 (file)
@@ -28,7 +28,7 @@ namespace Dali
 
 const unsigned int CORE_MAJOR_VERSION = 1;
 const unsigned int CORE_MINOR_VERSION = 1;
-const unsigned int CORE_MICRO_VERSION = 18;
+const unsigned int CORE_MICRO_VERSION = 19;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifndef EMSCRIPTEN
index 57d11b7..ad8571a 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    The OpenGLES Canvas Core Library
-Version:    1.1.18
+Version:    1.1.19
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-2-Clause and MIT