From ca7f8e66bb4b6a1e7684f72594e05a5a30173d5a Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Tue, 9 Oct 2018 07:04:47 +0200 Subject: [PATCH] Mark this release as release candidate insted --- lvgl.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lvgl.h b/lvgl.h index 076bf93e6..6e74d53fa 100644 --- a/lvgl.h +++ b/lvgl.h @@ -23,6 +23,7 @@ extern "C" { #include "lv_core/lv_obj.h" #include "lv_core/lv_group.h" #include "lv_core/lv_vdb.h" +#include "lv_core/lv_refr.h" #include "lv_themes/lv_theme.h" @@ -62,7 +63,7 @@ extern "C" { #define LVGL_VERSION_MAJOR 5 #define LVGL_VERSION_MINOR 2 #define LVGL_VERSION_PATCH 0 -#define LVGL_VERSION_INFO "" +#define LVGL_VERSION_INFO "rc" /********************** * TYPEDEFS