release v1.1.0

This commit is contained in:
sakumisu
2024-02-25 21:07:13 +08:00
parent cfbe5615c4
commit 384b11eb88
3 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
VERSION_MAJOR = 1
VERSION_MINOR = 0
VERSION_MINOR = 1
PATCHLEVEL = 99
VERSION_TWEAK = 0
EXTRAVERSION = 0

View File

@@ -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 ================ */

View File

@@ -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