From c6a276f5650d62b51f4bdac42e5ed507b4c15357 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Costa?= Date: Thu, 4 Dec 2025 14:47:12 +0100 Subject: [PATCH] chore: update version to v9.5.0-dev (#9350) --- Kconfig | 2 +- env_support/cmake/version.cmake | 2 +- lv_conf_template.h | 2 +- lv_version.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Kconfig b/Kconfig index 54ceb5ebc7..cd82433968 100644 --- a/Kconfig +++ b/Kconfig @@ -1771,7 +1771,7 @@ menu "LVGL configuration" default 9 # LVGL_VERSION_MAJOR config LVGL_VERSION_MINOR int - default 4 # LVGL_VERSION_MINOR + default 5 # LVGL_VERSION_MINOR config LVGL_VERSION_PATCH int default 0 # LVGL_VERSION_PATCH diff --git a/env_support/cmake/version.cmake b/env_support/cmake/version.cmake index dc6f18a827..a55c250ef4 100644 --- a/env_support/cmake/version.cmake +++ b/env_support/cmake/version.cmake @@ -1,5 +1,5 @@ set(LVGL_VERSION_MAJOR "9") -set(LVGL_VERSION_MINOR "4") +set(LVGL_VERSION_MINOR "5") set(LVGL_VERSION_PATCH "0") set(LVGL_VERSION_INFO "dev") diff --git a/lv_conf_template.h b/lv_conf_template.h index c3331ecbfb..7fce501e43 100644 --- a/lv_conf_template.h +++ b/lv_conf_template.h @@ -1,6 +1,6 @@ /** * @file lv_conf.h - * Configuration file for v9.4.0-dev + * Configuration file for v9.5.0-dev */ /* diff --git a/lv_version.h b/lv_version.h index 0ea62f8c46..3e4b8de1bc 100644 --- a/lv_version.h +++ b/lv_version.h @@ -7,7 +7,7 @@ #define LV_VERSION_H #define LVGL_VERSION_MAJOR 9 -#define LVGL_VERSION_MINOR 4 +#define LVGL_VERSION_MINOR 5 #define LVGL_VERSION_PATCH 0 #define LVGL_VERSION_INFO "dev"