From 77670fb1a55e0f2012ff7a057e535830e7253e22 Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Tue, 7 Feb 2023 08:16:20 +0100 Subject: [PATCH] chore: update the version numbers to v8.3.5-dev --- library.json | 2 +- library.properties | 2 +- lv_conf_template.h | 2 +- lvgl.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/library.json b/library.json index a33bf829e..a9885da50 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "lvgl", - "version": "8.3.5", + "version": "8.3.5-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 ae036fdbe..1773fc0a1 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=lvgl -version=8.3.5 +version=8.3.5-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 c5b67a34e..8cd1426e5 100644 --- a/lv_conf_template.h +++ b/lv_conf_template.h @@ -1,6 +1,6 @@ /** * @file lv_conf.h - * Configuration file for v8.3.5 + * Configuration file for v8.3.5-dev */ /* diff --git a/lvgl.h b/lvgl.h index 76f22761b..79cb2f108 100644 --- a/lvgl.h +++ b/lvgl.h @@ -16,7 +16,7 @@ extern "C" { #define LVGL_VERSION_MAJOR 8 #define LVGL_VERSION_MINOR 3 #define LVGL_VERSION_PATCH 5 -#define LVGL_VERSION_INFO "" +#define LVGL_VERSION_INFO "dev" /********************* * INCLUDES