From 27cf84637d011490deb30fbc2ebec3e2d28976a3 Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Thu, 7 Jul 2022 08:40:07 +0200 Subject: [PATCH] chore: bump version numbers to v9.0.0-dev --- library.json | 2 +- library.properties | 2 +- lv_conf_template.h | 2 +- lvgl.h | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/library.json b/library.json index c98a9d8e4..5e120f542 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "lvgl", - "version": "8.3.0", + "version": "9.0.0-dev", "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 4b27e7d96..eb9ef721a 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=lvgl -version=8.3.0 +version=9.0.0-dev 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 03a4ec353..3bb880070 100644 --- a/lv_conf_template.h +++ b/lv_conf_template.h @@ -1,6 +1,6 @@ /** * @file lv_conf.h - * Configuration file for v8.3.0 + * Configuration file for v9.0.0-dev */ /* diff --git a/lvgl.h b/lvgl.h index 315764416..657499e9a 100644 --- a/lvgl.h +++ b/lvgl.h @@ -13,10 +13,10 @@ extern "C" { /*************************** * CURRENT VERSION OF LVGL ***************************/ -#define LVGL_VERSION_MAJOR 8 -#define LVGL_VERSION_MINOR 3 +#define LVGL_VERSION_MAJOR 9 +#define LVGL_VERSION_MINOR 0 #define LVGL_VERSION_PATCH 0 -#define LVGL_VERSION_INFO "" +#define LVGL_VERSION_INFO "dev" /********************* * INCLUDES