From 4fa6933e100c11b605b2e92fb77eed8a4b178496 Mon Sep 17 00:00:00 2001 From: sasagawa888 Date: Sat, 21 Sep 2024 14:39:36 +0900 Subject: [PATCH] Modify README --- README-ja.md | 2 +- README.md | 2 +- npl.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README-ja.md b/README-ja.md index c4d087f..507c447 100644 --- a/README-ja.md +++ b/README-ja.md @@ -11,7 +11,7 @@ manual.txtにユーザーズマニュアルがあります。ご参照くださ # 脆弱性のお知らせ -ver3.21のリリースでは、N-Prologの以前のバージョンで特定された重要な脆弱性に対処しています。全ユーザーに最新バージョンへのアップグレードを強く推奨します。これにより、アプリケーションのセキュリティと安定性が確保されます。 +ver3.22のリリースでは、N-Prologの以前のバージョンで特定された重要な脆弱性に対処しています。全ユーザーに最新バージョンへのアップグレードを強く推奨します。これにより、アプリケーションのセキュリティと安定性が確保されます。 変更内容やこのアップデートの重要性については、リリースノートをご確認ください。 diff --git a/README.md b/README.md index 3eed058..0f3162d 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ license is modified BSD. # Vulnerability Notice -Ver3.21 release addresses a critical vulnerability identified in the previous version of N-Prolog. We strongly recommend all users to upgrade to the latest version to ensure the security and stability of their applications. +Ver3.22 release addresses a critical vulnerability identified in the previous version of N-Prolog. We strongly recommend all users to upgrade to the latest version to ensure the security and stability of their applications. Please check the release notes for detailed information on the changes made and the importance of this update. diff --git a/npl.h b/npl.h index cc5a97c..0dafc03 100644 --- a/npl.h +++ b/npl.h @@ -12,7 +12,7 @@ address 5,000,001 - 30,000,000 working area 30,000,001 - 50,000,000 variant area */ -#define VERSION 3.21 +#define VERSION 3.22 #define CELLSIZE 30000000 // if raspberry PI set smaller size. #define HEAPSIZE 5000000 #define FREESIZE 500