Merge remote-tracking branch 'origin/stable' into v1.9.1-release

This commit is contained in:
Jack 2024-08-04 12:24:18 +08:00
commit 980d9645f4

View file

@ -1,7 +1,7 @@
#pragma once
#define APP_NAME "NSTool"
#define BIN_NAME "nstool"
#define VER_MAJOR 0
#define VER_MINOR 0
#define VER_MAJOR 1
#define VER_MINOR 9
#define VER_PATCH 0
#define AUTHORS "jakcron"