update to v0.8.0

This commit is contained in:
sakumisu
2023-02-23 17:56:05 +08:00
parent 316b256baa
commit 0b7d6e34bb
2 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
#ifndef CHERRYUSB_CONFIG_H
#define CHERRYUSB_CONFIG_H
#define CHERRYUSB_VERSION 0x000700
#define CHERRYUSB_VERSION 0x000800
/* ================ USB common Configuration ================ */

View File

@@ -6,8 +6,8 @@ project = 'CherryUSB'
copyright = '2022, sakumisu'
author = 'sakumisu'
release = '0.7'
version = '0.7.0'
release = '0.8'
version = '0.8.0'
# -- General configuration