From e30efb716fe2ae0eb385ea9efa1f3b742b180cb5 Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Tue, 7 Jul 2020 09:37:00 +0200 Subject: [PATCH] Release v7.1.0 --- library.json | 2 +- lv_conf_template.h | 2 +- lvgl.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/library.json b/library.json index 233aa99d5..faa8db1f7 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "lvgl", - "version": "v7.0.2", + "version": "v7.1.0", "keywords": "graphics, gui, embedded, littlevgl", "description": "Graphics library to create embedded GUI with easy-to-use graphical elements, beautiful visual effects and low memory footprint. It offers anti-aliasing, opacity, and animations using only one frame buffer.", "repository": diff --git a/lv_conf_template.h b/lv_conf_template.h index 828413eab..4db0f7bb0 100644 --- a/lv_conf_template.h +++ b/lv_conf_template.h @@ -1,6 +1,6 @@ /** * @file lv_conf.h - * Configuration file for LVGL v7.0.2 + * Configuration file for LVGL v7.1.0 */ /* diff --git a/lvgl.h b/lvgl.h index 5165a598b..6146d7120 100644 --- a/lvgl.h +++ b/lvgl.h @@ -79,7 +79,7 @@ extern "C" { #define LVGL_VERSION_MAJOR 7 #define LVGL_VERSION_MINOR 1 #define LVGL_VERSION_PATCH 0 -#define LVGL_VERSION_INFO "dev" +#define LVGL_VERSION_INFO "" /********************** * TYPEDEFS