From 38b9b28f7a55487e5cc0ae3bcc881ce3f187ac8a Mon Sep 17 00:00:00 2001 From: JackyWoo Date: Tue, 17 Oct 2023 10:13:51 +0800 Subject: [PATCH] Start v2.0.3 --- version.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.txt b/version.txt index d87d782ebf..35809cf3d0 100644 --- a/version.txt +++ b/version.txt @@ -1,6 +1,6 @@ # You can modify this file to change version SET(VERSION_MAJOR 2) SET(VERSION_MINOR 0) -SET(VERSION_PATCH 2) -SET(VERSION_STRING v2.0.2) +SET(VERSION_PATCH 3) +SET(VERSION_STRING v2.0.3) # end of version