From 4453d83cf73081d3c75baebed11d0fe23bdb4666 Mon Sep 17 00:00:00 2001 From: yaneurao Date: Sun, 9 Jun 2024 17:32:34 +0900 Subject: [PATCH] =?UTF-8?q?-=20=E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7?= =?UTF-8?q?=E3=83=B3=20V8.30git=20=E5=AE=9F=E8=A1=8C=E3=83=95=E3=82=A1?= =?UTF-8?q?=E3=82=A4=E3=83=AB=E3=81=82=E3=81=A8=E3=81=A7GitHub=E3=81=AERel?= =?UTF-8?q?eases=E3=81=AE=E3=81=A8=E3=81=93=E3=82=8D=E3=81=AB=E7=94=9F?= =?UTF-8?q?=E3=82=84=E3=81=99=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/config.h b/source/config.h index 8e5038a19..798fbddbc 100644 --- a/source/config.h +++ b/source/config.h @@ -10,7 +10,7 @@ // ただし、この値を数値として使用することがあるので数値化できる文字列にしておく必要がある。 #if !defined(ENGINE_VERSION) -#define ENGINE_VERSION "7.63" +#define ENGINE_VERSION "8.30git" #endif // --------------------