summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsakumisu <[email protected]>2024-02-25 21:07:13 +0800
committersakumisu <[email protected]>2024-02-25 21:07:13 +0800
commit384b11eb8829ceea87ea016ae9796b7da3833205 (patch)
tree25c75ab8b2ab3e46ecc5e4edbae8acbdfe356eea
parentcfbe5615c4f42d2904ed738c378cd3a33abeb4c3 (diff)
release v1.1.0
-rw-r--r--VERSION2
-rw-r--r--cherryusb_config_template.h4
-rw-r--r--docs/source/conf.py6
3 files changed, 6 insertions, 6 deletions
diff --git a/VERSION b/VERSION
index 49b7cc46..63c8a3f6 100644
--- a/VERSION
+++ b/VERSION
@@ -1,5 +1,5 @@
VERSION_MAJOR = 1
-VERSION_MINOR = 0
+VERSION_MINOR = 1
PATCHLEVEL = 99
VERSION_TWEAK = 0
EXTRAVERSION = 0
diff --git a/cherryusb_config_template.h b/cherryusb_config_template.h
index fd205c67..2202bafc 100644
--- a/cherryusb_config_template.h
+++ b/cherryusb_config_template.h
@@ -6,8 +6,8 @@
#ifndef CHERRYUSB_CONFIG_H
#define CHERRYUSB_CONFIG_H
-#define CHERRYUSB_VERSION 0x010000
-#define CHERRYUSB_VERSION_STR "v1.0.0"
+#define CHERRYUSB_VERSION 0x010100
+#define CHERRYUSB_VERSION_STR "v1.1.0"
/* ================ USB common Configuration ================ */
diff --git a/docs/source/conf.py b/docs/source/conf.py
index d98f5875..dfacf143 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -3,11 +3,11 @@
# -- Project information
project = 'CherryUSB'
-copyright = '2022, sakumisu'
+copyright = '2024, sakumisu'
author = 'sakumisu'
-release = '1.0.0'
-version = '1.0.0'
+release = '1.1.0'
+version = '1.1.0'
# -- General configuration