From b684034c10045a2c61a45f35579c87543ccbe8fb Mon Sep 17 00:00:00 2001 From: xiaoyi1212 Date: Sun, 14 Apr 2024 17:32:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/common.h b/include/common.h index 50713a9..680c6be 100644 --- a/include/common.h +++ b/include/common.h @@ -2,7 +2,7 @@ #define CRASHPOWEROS_COMMON_H #define OS_NAME "CrashPowerDOS" -#define OS_VERSION "v0.2.3" +#define OS_VERSION "v0.2.4" #define LONG_MAX 9223372036854775807L #define LONG_MIN -9223372036854775808L