From 0dec1aeaf27fbcb0edd7cf430bf7a105394b4978 Mon Sep 17 00:00:00 2001 From: thiccaxe <51303986+thiccaxe@users.noreply.github.com> Date: Thu, 7 Nov 2024 18:26:25 -0500 Subject: [PATCH] update version to 8.3.9 lvgl is still on 8.3.8 --- Makefile | 2 +- include/liblvgl/lv_version.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index bb6f37d..db3fda1 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ EXCLUDE_COLD_LIBRARIES:= # Set this to 1 to add additional rules to compile your project as a PROS library template IS_LIBRARY:=1 LIBNAME:=liblvgl -VERSION:=8.3.8 +VERSION:=8.3.9 # EXCLUDE_SRC_FROM_LIB= $(SRCDIR)/unpublishedfile.c # this line excludes opcontrol.c and similar files EXCLUDE_SRC_FROM_LIB+=$(foreach file, $(SRCDIR)/main,$(foreach cext,$(CEXTS),$(file).$(cext)) $(foreach cxxext,$(CXXEXTS),$(file).$(cxxext))) diff --git a/include/liblvgl/lv_version.h b/include/liblvgl/lv_version.h index 1e62e1e..266d60b 100644 --- a/include/liblvgl/lv_version.h +++ b/include/liblvgl/lv_version.h @@ -14,9 +14,9 @@ extern "C" { * INCLUDES *********************/ /*Current version of LittlevGL*/ -#define LVGL_VERSION_MAJOR 5 +#define LVGL_VERSION_MAJOR 8 #define LVGL_VERSION_MINOR 3 -#define LVGL_VERSION_PATCH 0 +#define LVGL_VERSION_PATCH 8 #define LVGL_VERSION_INFO ""