1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-28 07:03:00 +08:00

fix version number

This commit is contained in:
Gabor Kiss-Vamosi 2020-09-01 11:59:50 +02:00
parent 6932b6c1da
commit 3d32290ee4
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
/**
* @file lv_conf.h
* Configuration file for v7.4.0
* Configuration file for v7.5.0-dev
*/
/*

4
lvgl.h
View File

@ -15,9 +15,9 @@ extern "C" {
* CURRENT VERSION OF LVGL
***************************/
#define LVGL_VERSION_MAJOR 7
#define LVGL_VERSION_MINOR 4
#define LVGL_VERSION_MINOR 5
#define LVGL_VERSION_PATCH 0
#define LVGL_VERSION_INFO ""
#define LVGL_VERSION_INFO "dev"
/*********************
* INCLUDES