Mark this release as release candidate insted

This commit is contained in:
Gabor Kiss-Vamosi
2018-10-09 07:04:47 +02:00
parent 83cef11a78
commit ca7f8e66bb

3
lvgl.h
View File

@@ -23,6 +23,7 @@ extern "C" {
#include "lv_core/lv_obj.h" #include "lv_core/lv_obj.h"
#include "lv_core/lv_group.h" #include "lv_core/lv_group.h"
#include "lv_core/lv_vdb.h" #include "lv_core/lv_vdb.h"
#include "lv_core/lv_refr.h"
#include "lv_themes/lv_theme.h" #include "lv_themes/lv_theme.h"
@@ -62,7 +63,7 @@ extern "C" {
#define LVGL_VERSION_MAJOR 5 #define LVGL_VERSION_MAJOR 5
#define LVGL_VERSION_MINOR 2 #define LVGL_VERSION_MINOR 2
#define LVGL_VERSION_PATCH 0 #define LVGL_VERSION_PATCH 0
#define LVGL_VERSION_INFO "" #define LVGL_VERSION_INFO "rc"
/********************** /**********************
* TYPEDEFS * TYPEDEFS