summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsakumisu <[email protected]>2023-02-23 17:56:05 +0800
committersakumisu <[email protected]>2023-02-23 17:56:05 +0800
commit0b7d6e34bb83fa2d0c070d99ff365bdfe8cc74c1 (patch)
tree4096d7828bbcc6cb0a43c2666af41e30d9727884
parent316b256baac87ea90ef503a9daf21ad4fbb216b2 (diff)
update to v0.8.0v0.8.0
-rw-r--r--cherryusb_config_template.h2
-rw-r--r--docs/source/conf.py4
2 files changed, 3 insertions, 3 deletions
diff --git a/cherryusb_config_template.h b/cherryusb_config_template.h
index 972ada04..7621cb53 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 0x000700
+#define CHERRYUSB_VERSION 0x000800
/* ================ USB common Configuration ================ */
diff --git a/docs/source/conf.py b/docs/source/conf.py
index d7610ca2..7896d6e8 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -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