diff options
| author | sakumisu <[email protected]> | 2024-06-28 16:34:28 +0800 |
|---|---|---|
| committer | sakumisu <[email protected]> | 2024-06-28 16:34:28 +0800 |
| commit | 29aaf56396b5bea103d1b8e38a01f987c9112bed (patch) | |
| tree | 8ab0e858753b5deed94277f6a9bb2ce0b450c39a | |
| parent | c24eea607736afd3f6d68301ca1a2ccbf6903954 (diff) | |
chore: release v1.3.1v1.3.1release/v1.3
| -rw-r--r-- | VERSION | 2 | ||||
| -rw-r--r-- | cherryusb_config_template.h | 4 | ||||
| -rw-r--r-- | docs/source/conf.py | 4 |
3 files changed, 5 insertions, 5 deletions
@@ -1,5 +1,5 @@ VERSION_MAJOR = 1 VERSION_MINOR = 3 -PATCHLEVEL = 0 +PATCHLEVEL = 1 VERSION_TWEAK = 0 EXTRAVERSION = 0 diff --git a/cherryusb_config_template.h b/cherryusb_config_template.h index c469a6a2..493f8a4e 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 0x010300 -#define CHERRYUSB_VERSION_STR "v1.3.0" +#define CHERRYUSB_VERSION 0x010301 +#define CHERRYUSB_VERSION_STR "v1.3.1" /* ================ USB common Configuration ================ */ diff --git a/docs/source/conf.py b/docs/source/conf.py index 1c57c52b..cea32658 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -6,8 +6,8 @@ project = 'CherryUSB' copyright = '2024, sakumisu' author = 'sakumisu' -release = '1.3.0' -version = '1.3.0' +release = '1.3.1' +version = '1.3.1' # -- General configuration |
