From 9d24ae4725ae5e0fb49aff656f95ae498531293e Mon Sep 17 00:00:00 2001 From: sakimisu <1203593632@qq.com> Date: Sat, 27 May 2023 14:21:27 +0800 Subject: [PATCH] update to v0.9.0 --- cherryusb_config_template.h | 2 +- docs/source/conf.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cherryusb_config_template.h b/cherryusb_config_template.h index 7621cb53..d1567bff 100644 --- a/cherryusb_config_template.h +++ b/cherryusb_config_template.h @@ -6,7 +6,7 @@ #ifndef CHERRYUSB_CONFIG_H #define CHERRYUSB_CONFIG_H -#define CHERRYUSB_VERSION 0x000800 +#define CHERRYUSB_VERSION 0x000900 /* ================ USB common Configuration ================ */ diff --git a/docs/source/conf.py b/docs/source/conf.py index 7896d6e8..170f66da 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -6,8 +6,8 @@ project = 'CherryUSB' copyright = '2022, sakumisu' author = 'sakumisu' -release = '0.8' -version = '0.8.0' +release = '0.9' +version = '0.9.0' # -- General configuration