release v1.1.0
This commit is contained in:
2
VERSION
2
VERSION
@@ -1,5 +1,5 @@
|
||||
VERSION_MAJOR = 1
|
||||
VERSION_MINOR = 0
|
||||
VERSION_MINOR = 1
|
||||
PATCHLEVEL = 99
|
||||
VERSION_TWEAK = 0
|
||||
EXTRAVERSION = 0
|
||||
|
||||
@@ -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 ================ */
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user