From 3336919e0df469fb0ab18f580ecb3d31fdd6f949 Mon Sep 17 00:00:00 2001 From: sakumisu <1203593632@qq.com> Date: Tue, 21 May 2024 20:23:12 +0800 Subject: [PATCH] release v1.3.0 --- VERSION | 4 ++-- cherryusb_config_template.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index 12fd337f..f976d5d9 100644 --- a/VERSION +++ b/VERSION @@ -1,5 +1,5 @@ VERSION_MAJOR = 1 -VERSION_MINOR = 2 -PATCHLEVEL = 99 +VERSION_MINOR = 3 +PATCHLEVEL = 0 VERSION_TWEAK = 0 EXTRAVERSION = 0 diff --git a/cherryusb_config_template.h b/cherryusb_config_template.h index 2128480f..cba9fc4d 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 0x010200 -#define CHERRYUSB_VERSION_STR "v1.2.0" +#define CHERRYUSB_VERSION 0x010300 +#define CHERRYUSB_VERSION_STR "v1.3.0" /* ================ USB common Configuration ================ */