Update version to 7.7.1-dev

This commit is contained in:
Gabor Kiss-Vamosi
2020-10-21 14:10:24 +02:00
parent aec831d277
commit 757df9eb89
5 changed files with 6 additions and 4 deletions
+2
View File
@@ -1,5 +1,7 @@
# Changelog
## v7.7.1 (04.11.2020)
### Bugfixes
## v7.7.0 (20.10.2020)
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "lvgl",
"version": "7.7.0",
"version": "7.7.1",
"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": {
+1 -1
View File
@@ -1,5 +1,5 @@
name=lvgl
version=7.7.0
version=7.7.1
author=kisvegabor
maintainer=kisvegabor,embeddedt,pete-pjb
sentence=Full-featured Graphics Library for Embedded Systems
+1 -1
View File
@@ -1,6 +1,6 @@
/**
* @file lv_conf.h
* Configuration file for v7.7.0-dev
* Configuration file for v7.7.1-dev
*/
/*
+1 -1
View File
@@ -16,7 +16,7 @@ extern "C" {
***************************/
#define LVGL_VERSION_MAJOR 7
#define LVGL_VERSION_MINOR 7
#define LVGL_VERSION_PATCH 0
#define LVGL_VERSION_PATCH 1
#define LVGL_VERSION_INFO ""
/*********************