From 74d9b0e91b7fda2f29b43487014346b86187daf7 Mon Sep 17 00:00:00 2001 From: yaneurao Date: Tue, 31 Dec 2024 15:52:25 +0900 Subject: [PATCH] V8.50 --- source/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/config.h b/source/config.h index 80c113925..8bda1e008 100644 --- a/source/config.h +++ b/source/config.h @@ -12,7 +12,7 @@ // ただし、この値を数値として使用することがあるので数値化できる文字列にしておく必要がある。 #if !defined(ENGINE_VERSION) -#define ENGINE_VERSION "8.30git" +#define ENGINE_VERSION "8.50git" #endif // --------------------