From 856d8ad545ceaf948cc6b7b9f88149a56d31ebda Mon Sep 17 00:00:00 2001 From: Tungstend Date: Wed, 26 Mar 2025 15:15:45 +0800 Subject: [PATCH] [Release] (version.h): bump version to 1.2.2 --- src/main/cpp/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/cpp/version.h b/src/main/cpp/version.h index 86cbcd9..e7f0ca4 100644 --- a/src/main/cpp/version.h +++ b/src/main/cpp/version.h @@ -10,7 +10,7 @@ #define MAJOR 1 #define MINOR 2 -#define REVISION 1 +#define REVISION 2 #define PATCH 0 #define VERSION_TYPE VERSION_RELEASE