From b75a8d43b017bb3dacf650436090114634f65f75 Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Tue, 16 Feb 2021 15:35:44 +0100 Subject: [PATCH] Update dev version --- Kconfig | 2 +- library.json | 2 +- library.properties | 2 +- lv_conf_template.h | 2 +- lvgl.h | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Kconfig b/Kconfig index 1d97cadaa..7b02ff6bb 100644 --- a/Kconfig +++ b/Kconfig @@ -1,4 +1,4 @@ -# Kconfig file for LVGL v7.10.1 +# Kconfig file for LVGL v7.12.0-dev menu "LVGL configuration" diff --git a/library.json b/library.json index a41b15c6d..227ab5dd7 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "lvgl", - "version": "7.11.0", + "version": "7.12.0", "keywords": "graphics, gui, embedded, tft, lvgl", "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/library.properties b/library.properties index 37d5c06ed..349a9db37 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=lvgl -version=7.11.0 +version=7.12.0 author=kisvegabor maintainer=kisvegabor,embeddedt,pete-pjb sentence=Full-featured Graphics Library for Embedded Systems diff --git a/lv_conf_template.h b/lv_conf_template.h index dc1881bf2..3eb432536 100644 --- a/lv_conf_template.h +++ b/lv_conf_template.h @@ -1,6 +1,6 @@ /** * @file lv_conf.h - * Configuration file for v7.10.1 + * Configuration file for v7.12.0 */ /* diff --git a/lvgl.h b/lvgl.h index 02ace0af0..e7b3444bc 100644 --- a/lvgl.h +++ b/lvgl.h @@ -14,7 +14,7 @@ extern "C" { * CURRENT VERSION OF LVGL ***************************/ #define LVGL_VERSION_MAJOR 7 -#define LVGL_VERSION_MINOR 11 +#define LVGL_VERSION_MINOR 12 #define LVGL_VERSION_PATCH 0 #define LVGL_VERSION_INFO "dev"