DALi Version 1.2.43 84/133284/1 dali_1.2.43
authorRichard Huang <r.huang@samsung.com>
Fri, 9 Jun 2017 12:23:00 +0000 (13:23 +0100)
committerRichard Huang <r.huang@samsung.com>
Fri, 9 Jun 2017 12:23:00 +0000 (13:23 +0100)
Change-Id: I90bfdcbca3332d6f748769b4d49bfd8145c57e5a

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

index 9b1d6d1..01577ad 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 = 42;
+const unsigned int CORE_MICRO_VERSION = 43;
 const char * const CORE_BUILD_DATE    = __DATE__ " " __TIME__;
 
 #ifndef EMSCRIPTEN
index 9a4b3da..cb1d8c7 100644 (file)
@@ -1,6 +1,6 @@
 Name:       dali
 Summary:    The OpenGLES Canvas Core Library
-Version:    1.2.42
+Version:    1.2.43
 Release:    1
 Group:      System/Libraries
 License:    Apache-2.0 and BSD-3-Clause and MIT